Html Css Color HEX #C13C78 Royal Heath

📋 copy color: '#C13C78'

red 193 ◦ green 60 ◦ blue 120

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

Shades of Royal Heath #C13C78

Tints of Royal Heath #C13C78

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.09%

 BLUE value IS 120 (47.27% from 255) = 32.17%

R = 51.74%
G = 16.09%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C13C78 (or 0xC13C78) is known color: Royal Heath. HEX triplet: C1, 3C and 78. RGB value is (193,60,120). Sum of RGB (Red+Green+Blue) = 193+60+120=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C13C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13C78 is #3EC387. Grayscale: #6A6A6A. Windows color (decimal): -4113288 or 7879873. OLE color: 7879873.

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

Color convert

RGB 193 60 120 -
CMYK 0 0.69 0.38 0.24
HSL 332.93º 0.53% 0.5% -
HSV(B) 332.93º 0.69% 0.76% -
XYZ 27 15.93 19.42 -
YUV 106.61 135.56 189.62 -
System Red Green Blue C M Y K H S L
Decimal 193 60 120 0 0.69 0.38 0.24 332.93 0.53 0.5
Hex C1 3C 78 0 45 26 18 14D 35 32
Octal 301 74 170 0 105 46 30 515 65 62
Binary 11000001 111100 1111000 0 1000101 100110 11000 101001101 110101 110010

Color Harmonies of #C13C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13C78

Black with #C13C78

Text Example


Text Example

White with #C13C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13C78; }

 p { color: rgb(193,60,120); }

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

background-color css

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

 a { background-color: rgb(193,60,120); }

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

border-color css

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

 span { border-color: rgb(193,60,120); }

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