Html Css Color HEX #CC6DB9 Fuchsia

📋 copy color: '#CC6DB9'

red 204 ◦ green 109 ◦ blue 185

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

Shades of Fuchsia #CC6DB9

Tints of Fuchsia #CC6DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.89%

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

R = 40.96%
G = 21.89%
B = 37.15%

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

#CC6DB9 (or 0xCC6DB9) is known color: Fuchsia. HEX triplet: CC, 6D and B9. RGB value is (204,109,185). Sum of RGB (Red+Green+Blue) = 204+109+185=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DB9 is #339246. Grayscale: #919191. Windows color (decimal): -3379783 or 12152268. OLE color: 12152268.

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

Color convert

RGB 204 109 185 -
CMYK 0 0.47 0.09 0.2
HSL 312º 0.48% 0.61% -
HSV(B) 312º 0.47% 0.8% -
XYZ 39.13 27.28 49.1 -
YUV 146.07 149.97 169.32 -
System Red Green Blue C M Y K H S L
Decimal 204 109 185 0 0.47 0.09 0.2 312 0.48 0.61
Hex CC 6D B9 0 2F 9 14 138 30 3D
Octal 314 155 271 0 57 11 24 470 60 75
Binary 11001100 1101101 10111001 0 101111 1001 10100 100111000 110000 111101

Color Harmonies of #CC6DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6DB9

Black with #CC6DB9

Text Example


Text Example

White with #CC6DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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