Html Css Color HEX #CC0552 Razzmatazz

📋 copy color: '#CC0552'

red 204 ◦ green 5 ◦ blue 82

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

Shades of Razzmatazz #CC0552

Tints of Razzmatazz #CC0552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 28.18%

R = 70.1%
G = 1.72%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#CC0552 (or 0xCC0552) is known color: Razzmatazz. HEX triplet: CC, 05 and 52. RGB value is (204,5,82). Sum of RGB (Red+Green+Blue) = 204+5+82=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0552 is #33FAAD. Grayscale: #494949. Windows color (decimal): -3406510 or 5375436. OLE color: 5375436.

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

Color convert

RGB 204 5 82 -
CMYK 0 0.98 0.60 0.2
HSL 336.78º 0.95% 0.41% -
HSV(B) 336.78º 0.98% 0.8% -
XYZ 26.48 13.56 9.2 -
YUV 73.28 132.93 221.24 -
System Red Green Blue C M Y K H S L
Decimal 204 5 82 0 0.98 0.60 0.2 336.78 0.95 0.41
Hex CC 5 52 0 62 3C 14 151 5F 29
Octal 314 5 122 0 142 74 24 521 137 51
Binary 11001100 101 1010010 0 1100010 111100 10100 101010001 1011111 101001

Color Harmonies of #CC0552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0552

Black with #CC0552

Text Example


Text Example

White with #CC0552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0552; }

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

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

background-color css

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

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

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

border-color css

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

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

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