Html Css Color HEX #CC024E Razzmatazz

📋 copy color: '#CC024E'

red 204 ◦ green 2 ◦ blue 78

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

Shades of Razzmatazz #CC024E

Tints of Razzmatazz #CC024E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 78 (30.86% from 255) = 27.46%

R = 71.83%
G = 0.7%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.2

RGB Variations

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

Color information

#CC024E (or 0xCC024E) is known color: Razzmatazz. HEX triplet: CC, 02 and 4E. RGB value is (204,2,78). Sum of RGB (Red+Green+Blue) = 204+2+78=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC024E is #33FDB1. Grayscale: #464646. Windows color (decimal): -3407282 or 5112524. OLE color: 5112524.

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

Color convert

RGB 204 2 78 -
CMYK 0 0.99 0.62 0.2
HSL 337.43º 0.98% 0.4% -
HSV(B) 337.43º 0.99% 0.8% -
XYZ 26.3 13.43 8.41 -
YUV 71.06 131.92 222.82 -
System Red Green Blue C M Y K H S L
Decimal 204 2 78 0 0.99 0.62 0.2 337.43 0.98 0.4
Hex CC 2 4E 0 63 3E 14 151 62 28
Octal 314 2 116 0 143 76 24 521 142 50
Binary 11001100 10 1001110 0 1100011 111110 10100 101010001 1100010 101000

Color Harmonies of #CC024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC024E

Black with #CC024E

Text Example


Text Example

White with #CC024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC024E; }

 p { color: rgb(204,2,78); }

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

background-color css

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

 a { background-color: rgb(204,2,78); }

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

border-color css

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

 span { border-color: rgb(204,2,78); }

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