Html Css Color HEX #C13D72 Royal Heath

📋 copy color: '#C13D72'

red 193 ◦ green 61 ◦ blue 114

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

Shades of Royal Heath #C13D72

Tints of Royal Heath #C13D72

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.58%

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

R = 52.45%
G = 16.58%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C13D72 (or 0xC13D72) is known color: Royal Heath. HEX triplet: C1, 3D and 72. RGB value is (193,61,114). Sum of RGB (Red+Green+Blue) = 193+61+114=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C13D72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13D72 is #3EC28D. Grayscale: #6A6A6A. Windows color (decimal): -4113038 or 7486913. OLE color: 7486913.

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

Color convert

RGB 193 61 114 -
CMYK 0 0.68 0.41 0.24
HSL 335.91º 0.52% 0.5% -
HSV(B) 335.91º 0.68% 0.76% -
XYZ 26.7 15.89 17.58 -
YUV 106.51 132.23 189.69 -
System Red Green Blue C M Y K H S L
Decimal 193 61 114 0 0.68 0.41 0.24 335.91 0.52 0.5
Hex C1 3D 72 0 44 29 18 150 34 32
Octal 301 75 162 0 104 51 30 520 64 62
Binary 11000001 111101 1110010 0 1000100 101001 11000 101010000 110100 110010

Color Harmonies of #C13D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13D72

Black with #C13D72

Text Example


Text Example

White with #C13D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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