Html Css Color HEX #C13E7A Royal Heath

📋 copy color: '#C13E7A'

red 193 ◦ green 62 ◦ blue 122

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

Shades of Royal Heath #C13E7A

Tints of Royal Heath #C13E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.36%

R = 51.19%
G = 16.45%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C13E7A (or 0xC13E7A) is known color: Royal Heath. HEX triplet: C1, 3E and 7A. RGB value is (193,62,122). Sum of RGB (Red+Green+Blue) = 193+62+122=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C13E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13E7A is #3EC185. Grayscale: #6B6B6B. Windows color (decimal): -4112774 or 8011457. OLE color: 8011457.

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

Color convert

RGB 193 62 122 -
CMYK 0 0.68 0.37 0.24
HSL 332.52º 0.51% 0.5% -
HSV(B) 332.52º 0.68% 0.76% -
XYZ 27.23 16.19 20.1 -
YUV 108.01 135.9 188.62 -
System Red Green Blue C M Y K H S L
Decimal 193 62 122 0 0.68 0.37 0.24 332.52 0.51 0.5
Hex C1 3E 7A 0 44 25 18 14D 33 32
Octal 301 76 172 0 104 45 30 515 63 62
Binary 11000001 111110 1111010 0 1000100 100101 11000 101001101 110011 110010

Color Harmonies of #C13E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13E7A

Black with #C13E7A

Text Example


Text Example

White with #C13E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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