Html Css Color HEX #C43972 Royal Heath

📋 copy color: '#C43972'

red 196 ◦ green 57 ◦ blue 114

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

Shades of Royal Heath #C43972

Tints of Royal Heath #C43972

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.53%

 BLUE value IS 114 (44.92% from 255) = 31.06%

R = 53.41%
G = 15.53%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C43972 (or 0xC43972) is known color: Royal Heath. HEX triplet: C4, 39 and 72. RGB value is (196,57,114). Sum of RGB (Red+Green+Blue) = 196+57+114=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C43972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43972 is #3BC68D. Grayscale: #686868. Windows color (decimal): -3917454 or 7485892. OLE color: 7485892.

HSL color Cylindrical-coordinate representation of color #C43972: hue angle of 335.4º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43972 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 57 114 -
CMYK 0 0.71 0.42 0.23
HSL 335.4º 0.55% 0.5% -
HSV(B) 335.4º 0.71% 0.77% -
XYZ 27.27 15.88 17.55 -
YUV 105.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 196 57 114 0 0.71 0.42 0.23 335.4 0.55 0.5
Hex C4 39 72 0 47 2A 17 14F 37 32
Octal 304 71 162 0 107 52 27 517 67 62
Binary 11000100 111001 1110010 0 1000111 101010 10111 101001111 110111 110010

Color Harmonies of #C43972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43972

Black with #C43972

Text Example


Text Example

White with #C43972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43972; }

 p { color: rgb(196,57,114); }

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

background-color css

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

 a { background-color: rgb(196,57,114); }

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

border-color css

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

 span { border-color: rgb(196,57,114); }

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