Html Css Color HEX #CC55BE Fuchsia

📋 copy color: '#CC55BE'

red 204 ◦ green 85 ◦ blue 190

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

Shades of Fuchsia #CC55BE

Tints of Fuchsia #CC55BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.67%

R = 42.59%
G = 17.75%
B = 39.67%

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

#CC55BE (or 0xCC55BE) is known color: Fuchsia. HEX triplet: CC, 55 and BE. RGB value is (204,85,190). Sum of RGB (Red+Green+Blue) = 204+85+190=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 85 (33.59% from 255 or 17.75% from 479); Blue value is 190 (74.61% from 255 or 39.67% from 479); Max value from RGB is 204 - color contains mainly: red. Hex color #CC55BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC55BE is #33AA41. Grayscale: #848484. Windows color (decimal): -3385922 or 12473804. OLE color: 12473804.

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

Color convert

RGB 204 85 190 -
CMYK 0 0.58 0.07 0.2
HSL 307.06º 0.54% 0.57% -
HSV(B) 307.06º 0.58% 0.8% -
XYZ 37.44 23.05 51.19 -
YUV 132.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 204 85 190 0 0.58 0.07 0.2 307.06 0.54 0.57
Hex CC 55 BE 0 3A 7 14 133 36 39
Octal 314 125 276 0 72 7 24 463 66 71
Binary 11001100 1010101 10111110 0 111010 111 10100 100110011 110110 111001

Color Harmonies of #CC55BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC55BE

Black with #CC55BE

Text Example


Text Example

White with #CC55BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC55BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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