Html Css Color HEX #CC0555 Razzmatazz

📋 copy color: '#CC0555'

red 204 ◦ green 5 ◦ blue 85

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

Shades of Razzmatazz #CC0555

Tints of Razzmatazz #CC0555

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.7%

 BLUE value IS 85 (33.59% from 255) = 28.91%

R = 69.39%
G = 1.7%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.2

RGB Variations

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

Color information

#CC0555 (or 0xCC0555) is known color: Razzmatazz. HEX triplet: CC, 05 and 55. RGB value is (204,5,85). Sum of RGB (Red+Green+Blue) = 204+5+85=294 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.39% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0555 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0555 is #33FAAA. Grayscale: #494949. Windows color (decimal): -3406507 or 5572044. OLE color: 5572044.

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

Color convert

RGB 204 5 85 -
CMYK 0 0.98 0.58 0.2
HSL 335.88º 0.95% 0.41% -
HSV(B) 335.88º 0.98% 0.8% -
XYZ 26.6 13.6 9.82 -
YUV 73.62 134.43 221 -
System Red Green Blue C M Y K H S L
Decimal 204 5 85 0 0.98 0.58 0.2 335.88 0.95 0.41
Hex CC 5 55 0 62 3A 14 150 5F 29
Octal 314 5 125 0 142 72 24 520 137 51
Binary 11001100 101 1010101 0 1100010 111010 10100 101010000 1011111 101001

Color Harmonies of #CC0555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0555

Black with #CC0555

Text Example


Text Example

White with #CC0555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0555; }

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

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

background-color css

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

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

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

border-color css

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

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

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