Html Css Color HEX #C43A75 Royal Heath

📋 copy color: '#C43A75'

red 196 ◦ green 58 ◦ blue 117

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

Shades of Royal Heath #C43A75

Tints of Royal Heath #C43A75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 52.83%
G = 15.63%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#C43A75 (or 0xC43A75) is known color: Royal Heath. HEX triplet: C4, 3A and 75. RGB value is (196,58,117). Sum of RGB (Red+Green+Blue) = 196+58+117=371 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.83% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43A75 is #3BC58A. Grayscale: #696969. Windows color (decimal): -3917195 or 7682756. OLE color: 7682756.

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

Color convert

RGB 196 58 117 -
CMYK 0 0.70 0.40 0.23
HSL 334.35º 0.54% 0.5% -
HSV(B) 334.35º 0.7% 0.77% -
XYZ 27.49 16.05 18.48 -
YUV 105.99 134.22 192.2 -
System Red Green Blue C M Y K H S L
Decimal 196 58 117 0 0.70 0.40 0.23 334.35 0.54 0.5
Hex C4 3A 75 0 46 28 17 14E 36 32
Octal 304 72 165 0 106 50 27 516 66 62
Binary 11000100 111010 1110101 0 1000110 101000 10111 101001110 110110 110010

Color Harmonies of #C43A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A75

Black with #C43A75

Text Example


Text Example

White with #C43A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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