Html Css Color HEX #C13C72 Royal Heath

📋 copy color: '#C13C72'

red 193 ◦ green 60 ◦ blue 114

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

Shades of Royal Heath #C13C72

Tints of Royal Heath #C13C72

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.35%

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

R = 52.59%
G = 16.35%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C13C72 (or 0xC13C72) is known color: Royal Heath. HEX triplet: C1, 3C and 72. RGB value is (193,60,114). Sum of RGB (Red+Green+Blue) = 193+60+114=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13C72 is #3EC38D. Grayscale: #696969. Windows color (decimal): -4113294 or 7486657. OLE color: 7486657.

HSL color Cylindrical-coordinate representation of color #C13C72: hue angle of 335.64º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13C72 is Cyan = 0, Magento = 0.69, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 60 114 -
CMYK 0 0.69 0.41 0.24
HSL 335.64º 0.53% 0.5% -
HSV(B) 335.64º 0.69% 0.76% -
XYZ 26.65 15.78 17.56 -
YUV 105.92 132.56 190.11 -
System Red Green Blue C M Y K H S L
Decimal 193 60 114 0 0.69 0.41 0.24 335.64 0.53 0.5
Hex C1 3C 72 0 45 29 18 150 35 32
Octal 301 74 162 0 105 51 30 520 65 62
Binary 11000001 111100 1110010 0 1000101 101001 11000 101010000 110101 110010

Color Harmonies of #C13C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13C72

Black with #C13C72

Text Example


Text Example

White with #C13C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13C72; }

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

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

background-color css

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

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

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

border-color css

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

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

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