Html Css Color HEX #C43E71 Royal Heath

📋 copy color: '#C43E71'

red 196 ◦ green 62 ◦ blue 113

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

Shades of Royal Heath #C43E71

Tints of Royal Heath #C43E71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 52.83%
G = 16.71%
B = 30.46%

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

#C43E71 (or 0xC43E71) is known color: Royal Heath. HEX triplet: C4, 3E and 71. RGB value is (196,62,113). Sum of RGB (Red+Green+Blue) = 196+62+113=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 62 (24.61% from 255 or 16.71% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C43E71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43E71 is #3BC18E. Grayscale: #6B6B6B. Windows color (decimal): -3916175 or 7421636. OLE color: 7421636.

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

Color convert

RGB 196 62 113 -
CMYK 0 0.68 0.42 0.23
HSL 337.16º 0.53% 0.51% -
HSV(B) 337.16º 0.68% 0.77% -
XYZ 27.47 16.37 17.34 -
YUV 107.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 196 62 113 0 0.68 0.42 0.23 337.16 0.53 0.51
Hex C4 3E 71 0 44 2A 17 151 35 33
Octal 304 76 161 0 104 52 27 521 65 63
Binary 11000100 111110 1110001 0 1000100 101010 10111 101010001 110101 110011

Color Harmonies of #C43E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43E71

Black with #C43E71

Text Example


Text Example

White with #C43E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43E71; }

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

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

background-color css

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

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

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

border-color css

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

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

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