Html Css Color HEX #CC6CB9 Fuchsia

📋 copy color: '#CC6CB9'

red 204 ◦ green 108 ◦ blue 185

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

Shades of Fuchsia #CC6CB9

Tints of Fuchsia #CC6CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.22%

R = 41.05%
G = 21.73%
B = 37.22%

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

#CC6CB9 (or 0xCC6CB9) is known color: Fuchsia. HEX triplet: CC, 6C and B9. RGB value is (204,108,185). Sum of RGB (Red+Green+Blue) = 204+108+185=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 108 (42.58% from 255 or 21.73% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6CB9 is #339346. Grayscale: #919191. Windows color (decimal): -3380039 or 12152012. OLE color: 12152012.

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

Color convert

RGB 204 108 185 -
CMYK 0 0.47 0.09 0.2
HSL 311.88º 0.48% 0.61% -
HSV(B) 311.88º 0.47% 0.8% -
XYZ 39.02 27.07 49.07 -
YUV 145.48 150.3 169.74 -
System Red Green Blue C M Y K H S L
Decimal 204 108 185 0 0.47 0.09 0.2 311.88 0.48 0.61
Hex CC 6C B9 0 2F 9 14 138 30 3D
Octal 314 154 271 0 57 11 24 470 60 75
Binary 11001100 1101100 10111001 0 101111 1001 10100 100111000 110000 111101

Color Harmonies of #CC6CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6CB9

Black with #CC6CB9

Text Example


Text Example

White with #CC6CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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