Html Css Color HEX #C93F72 Royal Heath

📋 copy color: '#C93F72'

red 201 ◦ green 63 ◦ blue 114

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

Shades of Royal Heath #C93F72

Tints of Royal Heath #C93F72

RGB

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

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

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

R = 53.17%
G = 16.67%
B = 30.16%

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

#C93F72 (or 0xC93F72) is known color: Royal Heath. HEX triplet: C9, 3F and 72. RGB value is (201,63,114). Sum of RGB (Red+Green+Blue) = 201+63+114=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F72 is #36C08D. Grayscale: #6E6E6E. Windows color (decimal): -3588238 or 7487433. OLE color: 7487433.

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

Color convert

RGB 201 63 114 -
CMYK 0 0.69 0.43 0.21
HSL 337.83º 0.56% 0.52% -
HSV(B) 337.83º 0.69% 0.79% -
XYZ 28.9 17.19 17.71 -
YUV 110.08 130.22 192.85 -
System Red Green Blue C M Y K H S L
Decimal 201 63 114 0 0.69 0.43 0.21 337.83 0.56 0.52
Hex C9 3F 72 0 45 2B 15 152 38 34
Octal 311 77 162 0 105 53 25 522 70 64
Binary 11001001 111111 1110010 0 1000101 101011 10101 101010010 111000 110100

Color Harmonies of #C93F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F72

Black with #C93F72

Text Example


Text Example

White with #C93F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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