Html Css Color HEX #CC6CBC Fuchsia

📋 copy color: '#CC6CBC'

red 204 ◦ green 108 ◦ blue 188

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

Shades of Fuchsia #CC6CBC

Tints of Fuchsia #CC6CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.6%

R = 40.8%
G = 21.6%
B = 37.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC6CBC (or 0xCC6CBC) is known color: Fuchsia. HEX triplet: CC, 6C and BC. RGB value is (204,108,188). Sum of RGB (Red+Green+Blue) = 204+108+188=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 108 (42.58% from 255 or 21.6% from 500); Blue value is 188 (73.83% from 255 or 37.6% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6CBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CBC is #339343. Grayscale: #919191. Windows color (decimal): -3380036 or 12348620. OLE color: 12348620.

HSL color Cylindrical-coordinate representation of color #CC6CBC: hue angle of 310º 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 #CC6CBC is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 108 188 -
CMYK 0 0.47 0.08 0.2
HSL 310º 0.48% 0.61% -
HSV(B) 310º 0.47% 0.8% -
XYZ 39.34 27.19 50.75 -
YUV 145.82 151.8 169.5 -
System Red Green Blue C M Y K H S L
Decimal 204 108 188 0 0.47 0.08 0.2 310 0.48 0.61
Hex CC 6C BC 0 2F 8 14 136 30 3D
Octal 314 154 274 0 57 10 24 466 60 75
Binary 11001100 1101100 10111100 0 101111 1000 10100 100110110 110000 111101

Color Harmonies of #CC6CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CBC

Black with #CC6CBC

Text Example


Text Example

White with #CC6CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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