Html Css Color HEX #C93F74 Royal Heath

📋 copy color: '#C93F74'

red 201 ◦ green 63 ◦ blue 116

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

Shades of Royal Heath #C93F74

Tints of Royal Heath #C93F74

RGB

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

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

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

R = 52.89%
G = 16.58%
B = 30.53%

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

#C93F74 (or 0xC93F74) is known color: Royal Heath. HEX triplet: C9, 3F and 74. RGB value is (201,63,116). Sum of RGB (Red+Green+Blue) = 201+63+116=380 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.89% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F74 is #36C08B. Grayscale: #6E6E6E. Windows color (decimal): -3588236 or 7618505. OLE color: 7618505.

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

Color convert

RGB 201 63 116 -
CMYK 0 0.69 0.42 0.21
HSL 336.96º 0.56% 0.52% -
HSV(B) 336.96º 0.69% 0.79% -
XYZ 29.02 17.23 18.32 -
YUV 110.3 131.22 192.69 -
System Red Green Blue C M Y K H S L
Decimal 201 63 116 0 0.69 0.42 0.21 336.96 0.56 0.52
Hex C9 3F 74 0 45 2A 15 151 38 34
Octal 311 77 164 0 105 52 25 521 70 64
Binary 11001001 111111 1110100 0 1000101 101010 10101 101010001 111000 110100

Color Harmonies of #C93F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C93F74

Black with #C93F74

Text Example


Text Example

White with #C93F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C93F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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