Html Css Color HEX #C5024E Razzmatazz

📋 copy color: '#C5024E'

red 197 ◦ green 2 ◦ blue 78

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

Shades of Razzmatazz #C5024E

Tints of Razzmatazz #C5024E

RGB

 RED value IS 197 (77.34% from 255) = 71.12%

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

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

R = 71.12%
G = 0.72%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5024E (or 0xC5024E) is known color: Razzmatazz. HEX triplet: C5, 02 and 4E. RGB value is (197,2,78). Sum of RGB (Red+Green+Blue) = 197+2+78=277 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.12% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 197 - color contains mainly: red. Hex color #C5024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5024E is #3AFDB1. Grayscale: #444444. Windows color (decimal): -3866034 or 5112517. OLE color: 5112517.

HSL color Cylindrical-coordinate representation of color #C5024E: hue angle of 336.62º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5024E is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 2 78 -
CMYK 0 0.99 0.60 0.23
HSL 336.62º 0.98% 0.39% -
HSV(B) 336.62º 0.99% 0.77% -
XYZ 24.42 12.46 8.33 -
YUV 68.97 133.1 219.32 -
System Red Green Blue C M Y K H S L
Decimal 197 2 78 0 0.99 0.60 0.23 336.62 0.98 0.39
Hex C5 2 4E 0 63 3C 17 151 62 27
Octal 305 2 116 0 143 74 27 521 142 47
Binary 11000101 10 1001110 0 1100011 111100 10111 101010001 1100010 100111

Color Harmonies of #C5024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5024E

Black with #C5024E

Text Example


Text Example

White with #C5024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5024E; }

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

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

background-color css

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

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

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

border-color css

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

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

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