Html Css Color HEX #C13F74 Royal Heath

📋 copy color: '#C13F74'

red 193 ◦ green 63 ◦ blue 116

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

Shades of Royal Heath #C13F74

Tints of Royal Heath #C13F74

RGB

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

 GREEN value IS 63 (25% from 255) = 16.94%

 BLUE value IS 116 (45.7% from 255) = 31.18%

R = 51.88%
G = 16.94%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C13F74 (or 0xC13F74) is known color: Royal Heath. HEX triplet: C1, 3F and 74. RGB value is (193,63,116). Sum of RGB (Red+Green+Blue) = 193+63+116=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 63 (25% from 255 or 16.94% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C13F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C13F74 is #3EC08B. Grayscale: #6B6B6B. Windows color (decimal): -4112524 or 7618497. OLE color: 7618497.

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

Color convert

RGB 193 63 116 -
CMYK 0 0.67 0.40 0.24
HSL 335.54º 0.51% 0.5% -
HSV(B) 335.54º 0.67% 0.76% -
XYZ 26.92 16.15 18.22 -
YUV 107.91 132.57 188.69 -
System Red Green Blue C M Y K H S L
Decimal 193 63 116 0 0.67 0.40 0.24 335.54 0.51 0.5
Hex C1 3F 74 0 43 28 18 150 33 32
Octal 301 77 164 0 103 50 30 520 63 62
Binary 11000001 111111 1110100 0 1000011 101000 11000 101010000 110011 110010

Color Harmonies of #C13F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13F74

Black with #C13F74

Text Example


Text Example

White with #C13F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13F74; }

 p { color: rgb(193,63,116); }

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

background-color css

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

 a { background-color: rgb(193,63,116); }

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

border-color css

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

 span { border-color: rgb(193,63,116); }

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