Html Css Color HEX #CC0554 Razzmatazz

📋 copy color: '#CC0554'

red 204 ◦ green 5 ◦ blue 84

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

Shades of Razzmatazz #CC0554

Tints of Razzmatazz #CC0554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28.67%

R = 69.62%
G = 1.71%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.2

RGB Variations

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

Color information

#CC0554 (or 0xCC0554) is known color: Razzmatazz. HEX triplet: CC, 05 and 54. RGB value is (204,5,84). Sum of RGB (Red+Green+Blue) = 204+5+84=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 84 (33.20% from 255 or 28.67% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0554 is #33FAAB. Grayscale: #494949. Windows color (decimal): -3406508 or 5506508. OLE color: 5506508.

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

Color convert

RGB 204 5 84 -
CMYK 0 0.98 0.59 0.2
HSL 336.18º 0.95% 0.41% -
HSV(B) 336.18º 0.98% 0.8% -
XYZ 26.56 13.59 9.61 -
YUV 73.51 133.93 221.08 -
System Red Green Blue C M Y K H S L
Decimal 204 5 84 0 0.98 0.59 0.2 336.18 0.95 0.41
Hex CC 5 54 0 62 3B 14 150 5F 29
Octal 314 5 124 0 142 73 24 520 137 51
Binary 11001100 101 1010100 0 1100010 111011 10100 101010000 1011111 101001

Color Harmonies of #CC0554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0554

Black with #CC0554

Text Example


Text Example

White with #CC0554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0554; }

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

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

background-color css

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

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

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

border-color css

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

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

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