Html Css Color HEX #C13A72 Royal Heath

📋 copy color: '#C13A72'

red 193 ◦ green 58 ◦ blue 114

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

Shades of Royal Heath #C13A72

Tints of Royal Heath #C13A72

RGB

 RED value IS 193 (75.78% from 255) = 52.88%

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

 BLUE value IS 114 (44.92% from 255) = 31.23%

R = 52.88%
G = 15.89%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C13A72 (or 0xC13A72) is known color: Royal Heath. HEX triplet: C1, 3A and 72. RGB value is (193,58,114). Sum of RGB (Red+Green+Blue) = 193+58+114=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C13A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13A72 is #3EC58D. Grayscale: #686868. Windows color (decimal): -4113806 or 7486145. OLE color: 7486145.

HSL color Cylindrical-coordinate representation of color #C13A72: hue angle of 335.11º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C13A72 is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 58 114 -
CMYK 0 0.70 0.41 0.24
HSL 335.11º 0.54% 0.49% -
HSV(B) 335.11º 0.7% 0.76% -
XYZ 26.54 15.58 17.53 -
YUV 104.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 193 58 114 0 0.70 0.41 0.24 335.11 0.54 0.49
Hex C1 3A 72 0 46 29 18 14F 36 31
Octal 301 72 162 0 106 51 30 517 66 61
Binary 11000001 111010 1110010 0 1000110 101001 11000 101001111 110110 110001

Color Harmonies of #C13A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13A72

Black with #C13A72

Text Example


Text Example

White with #C13A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13A72; }

 p { color: rgb(193,58,114); }

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

background-color css

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

 a { background-color: rgb(193,58,114); }

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

border-color css

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

 span { border-color: rgb(193,58,114); }

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