Html Css Color HEX #CC55BD Fuchsia

📋 copy color: '#CC55BD'

red 204 ◦ green 85 ◦ blue 189

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

Shades of Fuchsia #CC55BD

Tints of Fuchsia #CC55BD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.78%

 BLUE value IS 189 (74.22% from 255) = 39.54%

R = 42.68%
G = 17.78%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#CC55BD (or 0xCC55BD) is known color: Fuchsia. HEX triplet: CC, 55 and BD. RGB value is (204,85,189). Sum of RGB (Red+Green+Blue) = 204+85+189=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55BD is #33AA42. Grayscale: #848484. Windows color (decimal): -3385923 or 12408268. OLE color: 12408268.

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

Color convert

RGB 204 85 189 -
CMYK 0 0.58 0.07 0.2
HSL 307.56º 0.54% 0.57% -
HSV(B) 307.56º 0.58% 0.8% -
XYZ 37.34 23.01 50.62 -
YUV 132.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 204 85 189 0 0.58 0.07 0.2 307.56 0.54 0.57
Hex CC 55 BD 0 3A 7 14 134 36 39
Octal 314 125 275 0 72 7 24 464 66 71
Binary 11001100 1010101 10111101 0 111010 111 10100 100110100 110110 111001

Color Harmonies of #CC55BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55BD

Black with #CC55BD

Text Example


Text Example

White with #CC55BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55BD; }

 p { color: rgb(204,85,189); }

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

background-color css

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

 a { background-color: rgb(204,85,189); }

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

border-color css

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

 span { border-color: rgb(204,85,189); }

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