Html Css Color HEX #CC6DBB Fuchsia

📋 copy color: '#CC6DBB'

red 204 ◦ green 109 ◦ blue 187

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

Shades of Fuchsia #CC6DBB

Tints of Fuchsia #CC6DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 40.8%
G = 21.8%
B = 37.4%

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

#CC6DBB (or 0xCC6DBB) is known color: Fuchsia. HEX triplet: CC, 6D and BB. RGB value is (204,109,187). Sum of RGB (Red+Green+Blue) = 204+109+187=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC6DBB is #339244. Grayscale: #929292. Windows color (decimal): -3379781 or 12283340. OLE color: 12283340.

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

Color convert

RGB 204 109 187 -
CMYK 0 0.47 0.08 0.2
HSL 310.74º 0.48% 0.61% -
HSV(B) 310.74º 0.47% 0.8% -
XYZ 39.34 27.36 50.22 -
YUV 146.3 150.97 169.16 -
System Red Green Blue C M Y K H S L
Decimal 204 109 187 0 0.47 0.08 0.2 310.74 0.48 0.61
Hex CC 6D BB 0 2F 8 14 137 30 3D
Octal 314 155 273 0 57 10 24 467 60 75
Binary 11001100 1101101 10111011 0 101111 1000 10100 100110111 110000 111101

Color Harmonies of #CC6DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6DBB

Black with #CC6DBB

Text Example


Text Example

White with #CC6DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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