Html Css Color HEX #C43A70 Royal Heath

📋 copy color: '#C43A70'

red 196 ◦ green 58 ◦ blue 112

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

Shades of Royal Heath #C43A70

Tints of Royal Heath #C43A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.6%

R = 53.55%
G = 15.85%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C43A70 (or 0xC43A70) is known color: Royal Heath. HEX triplet: C4, 3A and 70. RGB value is (196,58,112). Sum of RGB (Red+Green+Blue) = 196+58+112=366 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.55% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 112 (44.14% from 255 or 30.60% from 366); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43A70 is #3BC58F. Grayscale: #696969. Windows color (decimal): -3917200 or 7355076. OLE color: 7355076.

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

Color convert

RGB 196 58 112 -
CMYK 0 0.70 0.43 0.23
HSL 336.52º 0.54% 0.5% -
HSV(B) 336.52º 0.7% 0.77% -
XYZ 27.2 15.93 16.97 -
YUV 105.42 131.72 192.61 -
System Red Green Blue C M Y K H S L
Decimal 196 58 112 0 0.70 0.43 0.23 336.52 0.54 0.5
Hex C4 3A 70 0 46 2B 17 151 36 32
Octal 304 72 160 0 106 53 27 521 66 62
Binary 11000100 111010 1110000 0 1000110 101011 10111 101010001 110110 110010

Color Harmonies of #C43A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A70

Black with #C43A70

Text Example


Text Example

White with #C43A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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