Html Css Color HEX #C93E72 Royal Heath

📋 copy color: '#C93E72'

red 201 ◦ green 62 ◦ blue 114

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

Shades of Royal Heath #C93E72

Tints of Royal Heath #C93E72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 53.32%
G = 16.45%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#C93E72 (or 0xC93E72) is known color: Royal Heath. HEX triplet: C9, 3E and 72. RGB value is (201,62,114). Sum of RGB (Red+Green+Blue) = 201+62+114=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93E72 is #36C18D. Grayscale: #6D6D6D. Windows color (decimal): -3588494 or 7487177. OLE color: 7487177.

HSL color Cylindrical-coordinate representation of color #C93E72: hue angle of 337.55º 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 #C93E72 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 62 114 -
CMYK 0 0.69 0.43 0.21
HSL 337.55º 0.56% 0.52% -
HSV(B) 337.55º 0.69% 0.79% -
XYZ 28.85 17.08 17.7 -
YUV 109.49 130.55 193.27 -
System Red Green Blue C M Y K H S L
Decimal 201 62 114 0 0.69 0.43 0.21 337.55 0.56 0.52
Hex C9 3E 72 0 45 2B 15 152 38 34
Octal 311 76 162 0 105 53 25 522 70 64
Binary 11001001 111110 1110010 0 1000101 101011 10101 101010010 111000 110100

Color Harmonies of #C93E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93E72

Black with #C93E72

Text Example


Text Example

White with #C93E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93E72; }

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

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

background-color css

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

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

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

border-color css

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

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

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