Html Css Color HEX #C93E74 Royal Heath

📋 copy color: '#C93E74'

red 201 ◦ green 62 ◦ blue 116

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

Shades of Royal Heath #C93E74

Tints of Royal Heath #C93E74

RGB

 RED value IS 201 (78.91% from 255) = 53.03%

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

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

R = 53.03%
G = 16.36%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C93E74 (or 0xC93E74) is known color: Royal Heath. HEX triplet: C9, 3E and 74. RGB value is (201,62,116). Sum of RGB (Red+Green+Blue) = 201+62+116=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93E74 is #36C18B. Grayscale: #6D6D6D. Windows color (decimal): -3588492 or 7618249. OLE color: 7618249.

HSL color Cylindrical-coordinate representation of color #C93E74: hue angle of 336.69º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93E74 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 62 116 -
CMYK 0 0.69 0.42 0.21
HSL 336.69º 0.56% 0.52% -
HSV(B) 336.69º 0.69% 0.79% -
XYZ 28.96 17.12 18.3 -
YUV 109.72 131.55 193.11 -
System Red Green Blue C M Y K H S L
Decimal 201 62 116 0 0.69 0.42 0.21 336.69 0.56 0.52
Hex C9 3E 74 0 45 2A 15 151 38 34
Octal 311 76 164 0 105 52 25 521 70 64
Binary 11001001 111110 1110100 0 1000101 101010 10101 101010001 111000 110100

Color Harmonies of #C93E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E74

Black with #C93E74

Text Example


Text Example

White with #C93E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E74; }

 p { color: rgb(201,62,116); }

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

background-color css

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

 a { background-color: rgb(201,62,116); }

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

border-color css

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

 span { border-color: rgb(201,62,116); }

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