Html Css Color HEX #C43A6D Royal Heath

📋 copy color: '#C43A6D'

red 196 ◦ green 58 ◦ blue 109

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

Shades of Royal Heath #C43A6D

Tints of Royal Heath #C43A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 53.99%
G = 15.98%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C43A6D (or 0xC43A6D) is known color: Royal Heath. HEX triplet: C4, 3A and 6D. RGB value is (196,58,109). Sum of RGB (Red+Green+Blue) = 196+58+109=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43A6D is #3BC592. Grayscale: #696969. Windows color (decimal): -3917203 or 7158468. OLE color: 7158468.

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

Color convert

RGB 196 58 109 -
CMYK 0 0.70 0.44 0.23
HSL 337.83º 0.54% 0.5% -
HSV(B) 337.83º 0.7% 0.77% -
XYZ 27.04 15.87 16.11 -
YUV 105.08 130.22 192.85 -
System Red Green Blue C M Y K H S L
Decimal 196 58 109 0 0.70 0.44 0.23 337.83 0.54 0.5
Hex C4 3A 6D 0 46 2C 17 152 36 32
Octal 304 72 155 0 106 54 27 522 66 62
Binary 11000100 111010 1101101 0 1000110 101100 10111 101010010 110110 110010

Color Harmonies of #C43A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A6D

Black with #C43A6D

Text Example


Text Example

White with #C43A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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