Html Css Color HEX #CC5DBB Fuchsia

📋 copy color: '#CC5DBB'

red 204 ◦ green 93 ◦ blue 187

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

Shades of Fuchsia #CC5DBB

Tints of Fuchsia #CC5DBB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.21%

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

R = 42.15%
G = 19.21%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC5DBB (or 0xCC5DBB) is known color: Fuchsia. HEX triplet: CC, 5D and BB. RGB value is (204,93,187). Sum of RGB (Red+Green+Blue) = 204+93+187=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 187 (73.44% from 255 or 38.64% from 484); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC5DBB is #33A244. Grayscale: #888888. Windows color (decimal): -3383877 or 12279244. OLE color: 12279244.

HSL color Cylindrical-coordinate representation of color #CC5DBB: hue angle of 309.19º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC5DBB is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 93 187 -
CMYK 0 0.54 0.08 0.2
HSL 309.19º 0.52% 0.58% -
HSV(B) 309.19º 0.54% 0.8% -
XYZ 37.79 24.25 49.7 -
YUV 136.91 156.27 175.86 -
System Red Green Blue C M Y K H S L
Decimal 204 93 187 0 0.54 0.08 0.2 309.19 0.52 0.58
Hex CC 5D BB 0 36 8 14 135 34 3A
Octal 314 135 273 0 66 10 24 465 64 72
Binary 11001100 1011101 10111011 0 110110 1000 10100 100110101 110100 111010

Color Harmonies of #CC5DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC5DBB

Black with #CC5DBB

Text Example


Text Example

White with #CC5DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC5DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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