Html Css Color HEX #C4034E Razzmatazz

📋 copy color: '#C4034E'

red 196 ◦ green 3 ◦ blue 78

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

Shades of Razzmatazz #C4034E

Tints of Razzmatazz #C4034E

RGB

 RED value IS 196 (76.95% from 255) = 70.76%

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

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

R = 70.76%
G = 1.08%
B = 28.16%

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

#C4034E (or 0xC4034E) is known color: Razzmatazz. HEX triplet: C4, 03 and 4E. RGB value is (196,3,78). Sum of RGB (Red+Green+Blue) = 196+3+78=277 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.76% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 78 (30.86% from 255 or 28.16% from 277); Max value from RGB is 196 - color contains mainly: red. Hex color #C4034E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C4034E is #3BFCB1. Grayscale: #454545. Windows color (decimal): -3931314 or 5112772. OLE color: 5112772.

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

Color convert

RGB 196 3 78 -
CMYK 0 0.98 0.60 0.23
HSL 336.68º 0.97% 0.39% -
HSV(B) 336.68º 0.98% 0.77% -
XYZ 24.17 12.35 8.32 -
YUV 69.26 132.94 218.4 -
System Red Green Blue C M Y K H S L
Decimal 196 3 78 0 0.98 0.60 0.23 336.68 0.97 0.39
Hex C4 3 4E 0 62 3C 17 151 61 27
Octal 304 3 116 0 142 74 27 521 141 47
Binary 11000100 11 1001110 0 1100010 111100 10111 101010001 1100001 100111

Color Harmonies of #C4034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4034E

Black with #C4034E

Text Example


Text Example

White with #C4034E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4034E; }

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

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

background-color css

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

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

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

border-color css

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

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

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