Html Css Color HEX #C43A71 Royal Heath

📋 copy color: '#C43A71'

red 196 ◦ green 58 ◦ blue 113

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

Shades of Royal Heath #C43A71

Tints of Royal Heath #C43A71

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.8%

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

R = 53.41%
G = 15.8%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C43A71 (or 0xC43A71) is known color: Royal Heath. HEX triplet: C4, 3A and 71. RGB value is (196,58,113). Sum of RGB (Red+Green+Blue) = 196+58+113=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43A71 is #3BC58E. Grayscale: #696969. Windows color (decimal): -3917199 or 7420612. OLE color: 7420612.

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

Color convert

RGB 196 58 113 -
CMYK 0 0.70 0.42 0.23
HSL 336.09º 0.54% 0.5% -
HSV(B) 336.09º 0.7% 0.77% -
XYZ 27.26 15.95 17.27 -
YUV 105.53 132.22 192.53 -
System Red Green Blue C M Y K H S L
Decimal 196 58 113 0 0.70 0.42 0.23 336.09 0.54 0.5
Hex C4 3A 71 0 46 2A 17 150 36 32
Octal 304 72 161 0 106 52 27 520 66 62
Binary 11000100 111010 1110001 0 1000110 101010 10111 101010000 110110 110010

Color Harmonies of #C43A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A71

Black with #C43A71

Text Example


Text Example

White with #C43A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A71; }

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

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

background-color css

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

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

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

border-color css

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

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

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