Html Css Color HEX #CC6CBA Fuchsia

📋 copy color: '#CC6CBA'

red 204 ◦ green 108 ◦ blue 186

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

Shades of Fuchsia #CC6CBA

Tints of Fuchsia #CC6CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.35%

R = 40.96%
G = 21.69%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC6CBA (or 0xCC6CBA) is known color: Fuchsia. HEX triplet: CC, 6C and BA. RGB value is (204,108,186). Sum of RGB (Red+Green+Blue) = 204+108+186=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6CBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CBA is #339345. Grayscale: #919191. Windows color (decimal): -3380038 or 12217548. OLE color: 12217548.

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

Color convert

RGB 204 108 186 -
CMYK 0 0.47 0.09 0.2
HSL 311.25º 0.48% 0.61% -
HSV(B) 311.25º 0.47% 0.8% -
XYZ 39.13 27.11 49.62 -
YUV 145.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 204 108 186 0 0.47 0.09 0.2 311.25 0.48 0.61
Hex CC 6C BA 0 2F 9 14 137 30 3D
Octal 314 154 272 0 57 11 24 467 60 75
Binary 11001100 1101100 10111010 0 101111 1001 10100 100110111 110000 111101

Color Harmonies of #CC6CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CBA

Black with #CC6CBA

Text Example


Text Example

White with #CC6CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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