Html Css Color HEX #C13E75 Royal Heath

📋 copy color: '#C13E75'

red 193 ◦ green 62 ◦ blue 117

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

Shades of Royal Heath #C13E75

Tints of Royal Heath #C13E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.45%

R = 51.88%
G = 16.67%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C13E75 (or 0xC13E75) is known color: Royal Heath. HEX triplet: C1, 3E and 75. RGB value is (193,62,117). Sum of RGB (Red+Green+Blue) = 193+62+117=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13E75 is #3EC18A. Grayscale: #6B6B6B. Windows color (decimal): -4112779 or 7683777. OLE color: 7683777.

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

Color convert

RGB 193 62 117 -
CMYK 0 0.68 0.39 0.24
HSL 334.81º 0.51% 0.5% -
HSV(B) 334.81º 0.68% 0.76% -
XYZ 26.93 16.07 18.51 -
YUV 107.44 133.4 189.03 -
System Red Green Blue C M Y K H S L
Decimal 193 62 117 0 0.68 0.39 0.24 334.81 0.51 0.5
Hex C1 3E 75 0 44 27 18 14F 33 32
Octal 301 76 165 0 104 47 30 517 63 62
Binary 11000001 111110 1110101 0 1000100 100111 11000 101001111 110011 110010

Color Harmonies of #C13E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13E75

Black with #C13E75

Text Example


Text Example

White with #C13E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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