Html Css Color HEX #C43A74 Royal Heath

📋 copy color: '#C43A74'

red 196 ◦ green 58 ◦ blue 116

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

Shades of Royal Heath #C43A74

Tints of Royal Heath #C43A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.35%

R = 52.97%
G = 15.68%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C43A74 (or 0xC43A74) is known color: Royal Heath. HEX triplet: C4, 3A and 74. RGB value is (196,58,116). Sum of RGB (Red+Green+Blue) = 196+58+116=370 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.97% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 196 - color contains mainly: red. Hex color #C43A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43A74 is #3BC58B. Grayscale: #696969. Windows color (decimal): -3917196 or 7617220. OLE color: 7617220.

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

Color convert

RGB 196 58 116 -
CMYK 0 0.70 0.41 0.23
HSL 334.78º 0.54% 0.5% -
HSV(B) 334.78º 0.7% 0.77% -
XYZ 27.43 16.02 18.17 -
YUV 105.87 133.72 192.28 -
System Red Green Blue C M Y K H S L
Decimal 196 58 116 0 0.70 0.41 0.23 334.78 0.54 0.5
Hex C4 3A 74 0 46 29 17 14F 36 32
Octal 304 72 164 0 106 51 27 517 66 62
Binary 11000100 111010 1110100 0 1000110 101001 10111 101001111 110110 110010

Color Harmonies of #C43A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43A74

Black with #C43A74

Text Example


Text Example

White with #C43A74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43A74; }

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

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

background-color css

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

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

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

border-color css

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

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

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