Html Css Color HEX #C13F72 Royal Heath

📋 copy color: '#C13F72'

red 193 ◦ green 63 ◦ blue 114

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

Shades of Royal Heath #C13F72

Tints of Royal Heath #C13F72

RGB

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

 GREEN value IS 63 (25% from 255) = 17.03%

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

R = 52.16%
G = 17.03%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C13F72 (or 0xC13F72) is known color: Royal Heath. HEX triplet: C1, 3F and 72. RGB value is (193,63,114). Sum of RGB (Red+Green+Blue) = 193+63+114=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 63 (25% from 255 or 17.03% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13F72 is #3EC08D. Grayscale: #6B6B6B. Windows color (decimal): -4112526 or 7487425. OLE color: 7487425.

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

Color convert

RGB 193 63 114 -
CMYK 0 0.67 0.41 0.24
HSL 336.46º 0.51% 0.5% -
HSV(B) 336.46º 0.67% 0.76% -
XYZ 26.81 16.11 17.62 -
YUV 107.68 131.57 188.85 -
System Red Green Blue C M Y K H S L
Decimal 193 63 114 0 0.67 0.41 0.24 336.46 0.51 0.5
Hex C1 3F 72 0 43 29 18 150 33 32
Octal 301 77 162 0 103 51 30 520 63 62
Binary 11000001 111111 1110010 0 1000011 101001 11000 101010000 110011 110010

Color Harmonies of #C13F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F72

Black with #C13F72

Text Example


Text Example

White with #C13F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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