Html Css Color HEX #C5034E Razzmatazz

📋 copy color: '#C5034E'

red 197 ◦ green 3 ◦ blue 78

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

Shades of Razzmatazz #C5034E

Tints of Razzmatazz #C5034E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 70.86%
G = 1.08%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.23

RGB Variations

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

Color information

#C5034E (or 0xC5034E) is known color: Razzmatazz. HEX triplet: C5, 03 and 4E. RGB value is (197,3,78). Sum of RGB (Red+Green+Blue) = 197+3+78=278 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.86% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 197 - color contains mainly: red. Hex color #C5034E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C5034E is #3AFCB1. Grayscale: #454545. Windows color (decimal): -3865778 or 5112773. OLE color: 5112773.

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

Color convert

RGB 197 3 78 -
CMYK 0 0.98 0.60 0.23
HSL 336.8º 0.97% 0.39% -
HSV(B) 336.8º 0.98% 0.77% -
XYZ 24.43 12.49 8.33 -
YUV 69.56 132.77 218.9 -
System Red Green Blue C M Y K H S L
Decimal 197 3 78 0 0.98 0.60 0.23 336.8 0.97 0.39
Hex C5 3 4E 0 62 3C 17 151 61 27
Octal 305 3 116 0 142 74 27 521 141 47
Binary 11000101 11 1001110 0 1100010 111100 10111 101010001 1100001 100111

Color Harmonies of #C5034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5034E

Black with #C5034E

Text Example


Text Example

White with #C5034E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5034E; }

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

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

background-color css

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

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

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

border-color css

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

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

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