Html Css Color HEX #CC6CBE Fuchsia

📋 copy color: '#CC6CBE'

red 204 ◦ green 108 ◦ blue 190

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

Shades of Fuchsia #CC6CBE

Tints of Fuchsia #CC6CBE

RGB

 RED value IS 204 (80.08% from 255) = 40.64%

 GREEN value IS 108 (42.58% from 255) = 21.51%

 BLUE value IS 190 (74.61% from 255) = 37.85%

R = 40.64%
G = 21.51%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC6CBE (or 0xCC6CBE) is known color: Fuchsia. HEX triplet: CC, 6C and BE. RGB value is (204,108,190). Sum of RGB (Red+Green+Blue) = 204+108+190=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CBE is #339341. Grayscale: #919191. Windows color (decimal): -3380034 or 12479692. OLE color: 12479692.

HSL color Cylindrical-coordinate representation of color #CC6CBE: hue angle of 308.75º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC6CBE is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 108 190 -
CMYK 0 0.47 0.07 0.2
HSL 308.75º 0.48% 0.61% -
HSV(B) 308.75º 0.47% 0.8% -
XYZ 39.56 27.28 51.9 -
YUV 146.05 152.8 169.33 -
System Red Green Blue C M Y K H S L
Decimal 204 108 190 0 0.47 0.07 0.2 308.75 0.48 0.61
Hex CC 6C BE 0 2F 7 14 135 30 3D
Octal 314 154 276 0 57 7 24 465 60 75
Binary 11001100 1101100 10111110 0 101111 111 10100 100110101 110000 111101

Color Harmonies of #CC6CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CBE

Black with #CC6CBE

Text Example


Text Example

White with #CC6CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CBE; }

 p { color: rgb(204,108,190); }

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

background-color css

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

 a { background-color: rgb(204,108,190); }

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

border-color css

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

 span { border-color: rgb(204,108,190); }

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