#C348CB

Color #C348CB Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #C348CB

Tints of Fuchsia #C348CB

Color information

#C348CB (or 0xC348CB) is unknown color: approx Fuchsia. HEX triplet: C3, 48 and CB. RGB value is (195,72,203). Sum of RGB (Red+Green+Blue) = 195+72+203=470 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.49% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #C348CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C348CB is #3CB734. Grayscale: #7B7B7B. Windows color (decimal): -3979061 or 13322435. OLE color: 13322435.

HSL color Cylindrical-coordinate representation of color #C348CB: hue angle of 296.34º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C348CB is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19572203-
CMYK0.040.6500.20
HSL296.34º55.74%53.92%-
HSV(B)296.34º64.53%79.61%-
XYZ35.620.5558.59-
YUV123.71172.75178.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 41.49%
GREEN value IS 72 (28.52% from 255) = 15.32%
BLUE value IS 203 (79.69% from 255) = 43.19%
R=41.49%
G=15.32%
B=43.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal195722030.040.6500.20296.3455.7453.92
HexC348CB4410141283836
Octal30311031341010244507066
Binary110000111001000110010111001000001010100100101000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C348CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C348CB; }

 p { color: rgb(195,72,203); }

 H1.HeaderClassName
 {
   color: #C348CB;
 }
 .AnyTagClassName
 {
   color: #C348CB;
 }
</style>
background-color css

<style>
 a { background-color: #C348CB; }

 a { background-color: rgb(195,72,203); }

 div.DivClassName
 {
   background-color: #C348CB;
 }
 .BgClassName
 {
   background-color: #C348CB;
 }
</style>
border-color css

<style>
 span { border-color: #C348CB; }

 span { border-color: rgb(195,72,203); }

 td.TdClassName
 {
   border-color: #C348CB;
 }
 .TagClassName
 {
   border-color: #C348CB;
 }
</style>