Html Css Color HEX #CC0459 Razzmatazz

📋 copy color: '#CC0459'

red 204 ◦ green 4 ◦ blue 89

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

Shades of Razzmatazz #CC0459

Tints of Razzmatazz #CC0459

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.35%

 BLUE value IS 89 (35.16% from 255) = 29.97%

R = 68.69%
G = 1.35%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.2

RGB Variations

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

Color information

#CC0459 (or 0xCC0459) is known color: Razzmatazz. HEX triplet: CC, 04 and 59. RGB value is (204,4,89). Sum of RGB (Red+Green+Blue) = 204+4+89=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 89 (35.16% from 255 or 29.97% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0459 is #33FBA6. Grayscale: #494949. Windows color (decimal): -3406759 or 5833932. OLE color: 5833932.

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

Color convert

RGB 204 4 89 -
CMYK 0 0.98 0.56 0.2
HSL 334.5º 0.96% 0.41% -
HSV(B) 334.5º 0.98% 0.8% -
XYZ 26.75 13.65 10.68 -
YUV 73.49 136.76 221.09 -
System Red Green Blue C M Y K H S L
Decimal 204 4 89 0 0.98 0.56 0.2 334.5 0.96 0.41
Hex CC 4 59 0 62 38 14 14E 60 29
Octal 314 4 131 0 142 70 24 516 140 51
Binary 11001100 100 1011001 0 1100010 111000 10100 101001110 1100000 101001

Color Harmonies of #CC0459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0459

Black with #CC0459

Text Example


Text Example

White with #CC0459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0459; }

 p { color: rgb(204,4,89); }

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

background-color css

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

 a { background-color: rgb(204,4,89); }

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

border-color css

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

 span { border-color: rgb(204,4,89); }

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