Html Css Color HEX #C9044C Razzmatazz

📋 copy color: '#C9044C'

red 201 ◦ green 4 ◦ blue 76

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

Shades of Razzmatazz #C9044C

Tints of Razzmatazz #C9044C

RGB

 RED value IS 201 (78.91% from 255) = 71.53%

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

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

R = 71.53%
G = 1.42%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#C9044C (or 0xC9044C) is known color: Razzmatazz. HEX triplet: C9, 04 and 4C. RGB value is (201,4,76). Sum of RGB (Red+Green+Blue) = 201+4+76=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C9044C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C9044C is #36FBB3. Grayscale: #474747. Windows color (decimal): -3603380 or 4981961. OLE color: 4981961.

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

Color convert

RGB 201 4 76 -
CMYK 0 0.98 0.62 0.21
HSL 338.07º 0.96% 0.4% -
HSV(B) 338.07º 0.98% 0.79% -
XYZ 25.44 13.03 8.01 -
YUV 71.11 130.77 220.65 -
System Red Green Blue C M Y K H S L
Decimal 201 4 76 0 0.98 0.62 0.21 338.07 0.96 0.4
Hex C9 4 4C 0 62 3E 15 152 60 28
Octal 311 4 114 0 142 76 25 522 140 50
Binary 11001001 100 1001100 0 1100010 111110 10101 101010010 1100000 101000

Color Harmonies of #C9044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9044C

Black with #C9044C

Text Example


Text Example

White with #C9044C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9044C; }

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

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

background-color css

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

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

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

border-color css

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

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

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