Html Css Color HEX #C13B6E Royal Heath

📋 copy color: '#C13B6E'

red 193 ◦ green 59 ◦ blue 110

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

Shades of Royal Heath #C13B6E

Tints of Royal Heath #C13B6E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.3%

 BLUE value IS 110 (43.36% from 255) = 30.39%

R = 53.31%
G = 16.3%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C13B6E (or 0xC13B6E) is known color: Royal Heath. HEX triplet: C1, 3B and 6E. RGB value is (193,59,110). Sum of RGB (Red+Green+Blue) = 193+59+110=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C13B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13B6E is #3EC491. Grayscale: #686868. Windows color (decimal): -4113554 or 7224257. OLE color: 7224257.

HSL color Cylindrical-coordinate representation of color #C13B6E: hue angle of 337.16º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C13B6E is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 59 110 -
CMYK 0 0.69 0.43 0.24
HSL 337.16º 0.53% 0.49% -
HSV(B) 337.16º 0.69% 0.76% -
XYZ 26.37 15.59 16.37 -
YUV 104.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 193 59 110 0 0.69 0.43 0.24 337.16 0.53 0.49
Hex C1 3B 6E 0 45 2B 18 151 35 31
Octal 301 73 156 0 105 53 30 521 65 61
Binary 11000001 111011 1101110 0 1000101 101011 11000 101010001 110101 110001

Color Harmonies of #C13B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13B6E

Black with #C13B6E

Text Example


Text Example

White with #C13B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13B6E; }

 p { color: rgb(193,59,110); }

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

background-color css

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

 a { background-color: rgb(193,59,110); }

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

border-color css

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

 span { border-color: rgb(193,59,110); }

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