Html Css Color HEX #C94378 Royal Heath

📋 copy color: '#C94378'

red 201 ◦ green 67 ◦ blue 120

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

Shades of Royal Heath #C94378

Tints of Royal Heath #C94378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.27%

 BLUE value IS 120 (47.27% from 255) = 30.93%

R = 51.8%
G = 17.27%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C94378 (or 0xC94378) is known color: Royal Heath. HEX triplet: C9, 43 and 78. RGB value is (201,67,120). Sum of RGB (Red+Green+Blue) = 201+67+120=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C94378 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94378 is #36BC87. Grayscale: #717171. Windows color (decimal): -3587208 or 7881673. OLE color: 7881673.

HSL color Cylindrical-coordinate representation of color #C94378: hue angle of 336.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94378 is Cyan = 0, Magento = 0.67, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 67 120 -
CMYK 0 0.67 0.40 0.21
HSL 336.27º 0.55% 0.53% -
HSV(B) 336.27º 0.67% 0.79% -
XYZ 29.48 17.79 19.65 -
YUV 113.11 131.89 190.69 -
System Red Green Blue C M Y K H S L
Decimal 201 67 120 0 0.67 0.40 0.21 336.27 0.55 0.53
Hex C9 43 78 0 43 28 15 150 37 35
Octal 311 103 170 0 103 50 25 520 67 65
Binary 11001001 1000011 1111000 0 1000011 101000 10101 101010000 110111 110101

Color Harmonies of #C94378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94378

Black with #C94378

Text Example


Text Example

White with #C94378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94378; }

 p { color: rgb(201,67,120); }

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

background-color css

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

 a { background-color: rgb(201,67,120); }

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

border-color css

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

 span { border-color: rgb(201,67,120); }

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