Html Css Color HEX #CC044C Razzmatazz

📋 copy color: '#CC044C'

red 204 ◦ green 4 ◦ blue 76

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

Shades of Razzmatazz #CC044C

Tints of Razzmatazz #CC044C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.76%

R = 71.83%
G = 1.41%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#CC044C (or 0xCC044C) is known color: Razzmatazz. HEX triplet: CC, 04 and 4C. RGB value is (204,4,76). Sum of RGB (Red+Green+Blue) = 204+4+76=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC044C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC044C is #33FBB3. Grayscale: #474747. Windows color (decimal): -3406772 or 4981964. OLE color: 4981964.

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

Color convert

RGB 204 4 76 -
CMYK 0 0.98 0.63 0.2
HSL 338.4º 0.96% 0.41% -
HSV(B) 338.4º 0.98% 0.8% -
XYZ 26.25 13.45 8.05 -
YUV 72.01 130.26 222.15 -
System Red Green Blue C M Y K H S L
Decimal 204 4 76 0 0.98 0.63 0.2 338.4 0.96 0.41
Hex CC 4 4C 0 62 3F 14 152 60 29
Octal 314 4 114 0 142 77 24 522 140 51
Binary 11001100 100 1001100 0 1100010 111111 10100 101010010 1100000 101001

Color Harmonies of #CC044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC044C

Black with #CC044C

Text Example


Text Example

White with #CC044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC044C; }

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

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

background-color css

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

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

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

border-color css

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

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

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