Html Css Color HEX #C13F79 Royal Heath

📋 copy color: '#C13F79'

red 193 ◦ green 63 ◦ blue 121

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

Shades of Royal Heath #C13F79

Tints of Royal Heath #C13F79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 32.1%

R = 51.19%
G = 16.71%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C13F79 (or 0xC13F79) is known color: Royal Heath. HEX triplet: C1, 3F and 79. RGB value is (193,63,121). Sum of RGB (Red+Green+Blue) = 193+63+121=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13F79 is #3EC086. Grayscale: #6C6C6C. Windows color (decimal): -4112519 or 7946177. OLE color: 7946177.

HSL color Cylindrical-coordinate representation of color #C13F79: hue angle of 333.23º 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 #C13F79 is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 63 121 -
CMYK 0 0.67 0.37 0.24
HSL 333.23º 0.51% 0.5% -
HSV(B) 333.23º 0.67% 0.76% -
XYZ 27.22 16.27 19.8 -
YUV 108.48 135.07 188.28 -
System Red Green Blue C M Y K H S L
Decimal 193 63 121 0 0.67 0.37 0.24 333.23 0.51 0.5
Hex C1 3F 79 0 43 25 18 14D 33 32
Octal 301 77 171 0 103 45 30 515 63 62
Binary 11000001 111111 1111001 0 1000011 100101 11000 101001101 110011 110010

Color Harmonies of #C13F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F79

Black with #C13F79

Text Example


Text Example

White with #C13F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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