Html Css Color HEX #C13E6F Royal Heath

📋 copy color: '#C13E6F'

red 193 ◦ green 62 ◦ blue 111

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

Shades of Royal Heath #C13E6F

Tints of Royal Heath #C13E6F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.94%

 BLUE value IS 111 (43.75% from 255) = 30.33%

R = 52.73%
G = 16.94%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C13E6F (or 0xC13E6F) is known color: Royal Heath. HEX triplet: C1, 3E and 6F. RGB value is (193,62,111). Sum of RGB (Red+Green+Blue) = 193+62+111=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13E6F is #3EC190. Grayscale: #6A6A6A. Windows color (decimal): -4112785 or 7290561. OLE color: 7290561.

HSL color Cylindrical-coordinate representation of color #C13E6F: hue angle of 337.56º degrees, saturation: 0.51, 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 #C13E6F is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 62 111 -
CMYK 0 0.68 0.42 0.24
HSL 337.56º 0.51% 0.5% -
HSV(B) 337.56º 0.68% 0.76% -
XYZ 26.58 15.93 16.71 -
YUV 106.76 130.4 189.52 -
System Red Green Blue C M Y K H S L
Decimal 193 62 111 0 0.68 0.42 0.24 337.56 0.51 0.5
Hex C1 3E 6F 0 44 2A 18 152 33 32
Octal 301 76 157 0 104 52 30 522 63 62
Binary 11000001 111110 1101111 0 1000100 101010 11000 101010010 110011 110010

Color Harmonies of #C13E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13E6F

Black with #C13E6F

Text Example


Text Example

White with #C13E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13E6F; }

 p { color: rgb(193,62,111); }

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

background-color css

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

 a { background-color: rgb(193,62,111); }

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

border-color css

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

 span { border-color: rgb(193,62,111); }

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