Html Css Color HEX #C93F73 Royal Heath

📋 copy color: '#C93F73'

red 201 ◦ green 63 ◦ blue 115

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

Shades of Royal Heath #C93F73

Tints of Royal Heath #C93F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.34%

R = 53.03%
G = 16.62%
B = 30.34%

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

#C93F73 (or 0xC93F73) is known color: Royal Heath. HEX triplet: C9, 3F and 73. RGB value is (201,63,115). Sum of RGB (Red+Green+Blue) = 201+63+115=379 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.03% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F73 is #36C08C. Grayscale: #6E6E6E. Windows color (decimal): -3588237 or 7552969. OLE color: 7552969.

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

Color convert

RGB 201 63 115 -
CMYK 0 0.69 0.43 0.21
HSL 337.39º 0.56% 0.52% -
HSV(B) 337.39º 0.69% 0.79% -
XYZ 28.96 17.21 18.02 -
YUV 110.19 130.72 192.77 -
System Red Green Blue C M Y K H S L
Decimal 201 63 115 0 0.69 0.43 0.21 337.39 0.56 0.52
Hex C9 3F 73 0 45 2B 15 151 38 34
Octal 311 77 163 0 105 53 25 521 70 64
Binary 11001001 111111 1110011 0 1000101 101011 10101 101010001 111000 110100

Color Harmonies of #C93F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F73

Black with #C93F73

Text Example


Text Example

White with #C93F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F73; }

 p { color: rgb(201,63,115); }

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

background-color css

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

 a { background-color: rgb(201,63,115); }

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

border-color css

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

 span { border-color: rgb(201,63,115); }

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