Html Css Color HEX #C43E72 Royal Heath

📋 copy color: '#C43E72'

red 196 ◦ green 62 ◦ blue 114

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

Shades of Royal Heath #C43E72

Tints of Royal Heath #C43E72

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.67%

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

R = 52.69%
G = 16.67%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C43E72 (or 0xC43E72) is known color: Royal Heath. HEX triplet: C4, 3E and 72. RGB value is (196,62,114). Sum of RGB (Red+Green+Blue) = 196+62+114=372 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.69% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43E72 is #3BC18D. Grayscale: #6B6B6B. Windows color (decimal): -3916174 or 7487172. OLE color: 7487172.

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

Color convert

RGB 196 62 114 -
CMYK 0 0.68 0.42 0.23
HSL 336.72º 0.53% 0.51% -
HSV(B) 336.72º 0.68% 0.77% -
XYZ 27.52 16.4 17.63 -
YUV 107.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 196 62 114 0 0.68 0.42 0.23 336.72 0.53 0.51
Hex C4 3E 72 0 44 2A 17 151 35 33
Octal 304 76 162 0 104 52 27 521 65 63
Binary 11000100 111110 1110010 0 1000100 101010 10111 101010001 110101 110011

Color Harmonies of #C43E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43E72

Black with #C43E72

Text Example


Text Example

White with #C43E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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