Html Css Color HEX #C366CB Fuchsia

📋 copy color: '#C366CB'

red 195 ◦ green 102 ◦ blue 203

#C366CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C366CB

Tints of Fuchsia #C366CB

RGB

 RED value IS 195 (76.56% from 255) = 39%

 GREEN value IS 102 (40.23% from 255) = 20.4%

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 39%
G = 20.4%
B = 40.6%

CMYK

 C value IS 0.04

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C366CB (or 0xC366CB) is known color: Fuchsia. HEX triplet: C3, 66 and CB. RGB value is (195,102,203). Sum of RGB (Red+Green+Blue) = 195+102+203=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #C366CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C366CB is #3C9934. Grayscale: #8D8D8D. Windows color (decimal): -3971381 or 13330115. OLE color: 13330115.

HSL color Cylindrical-coordinate representation of color #C366CB: hue angle of 295.25º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C366CB is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 195 102 203 -
CMYK 0.04 0.50 0 0.20
HSL 295.25º 0.49% 0.6% -
HSV(B) 295.25º 0.5% 0.8% -
XYZ 38.04 25.42 59.4 -
YUV 141.32 162.81 166.29 -
System Red Green Blue C M Y K H S L
Decimal 195 102 203 0.04 0.50 0 0.20 295.25 0.49 0.6
Hex C3 66 CB 4 32 0 14 127 31 3C
Octal 303 146 313 4 62 0 24 447 61 74
Binary 11000011 1100110 11001011 100 110010 0 10100 100100111 110001 111100

Color Harmonies of #C366CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C366CB

Black with #C366CB

Text Example


Text Example

White with #C366CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C366CB; }

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

 H1.HeaderClassName
 {
   color: #C366CB;
 }
 .AnyTagClassName
 {
   color: #C366CB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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