Html Css Color HEX #C94178 Royal Heath

📋 copy color: '#C94178'

red 201 ◦ green 65 ◦ blue 120

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

Shades of Royal Heath #C94178

Tints of Royal Heath #C94178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.84%

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

R = 52.07%
G = 16.84%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C94178 (or 0xC94178) is known color: Royal Heath. HEX triplet: C9, 41 and 78. RGB value is (201,65,120). Sum of RGB (Red+Green+Blue) = 201+65+120=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C94178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94178 is #36BE87. Grayscale: #6F6F6F. Windows color (decimal): -3587720 or 7881161. OLE color: 7881161.

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

Color convert

RGB 201 65 120 -
CMYK 0 0.68 0.40 0.21
HSL 335.74º 0.56% 0.52% -
HSV(B) 335.74º 0.68% 0.79% -
XYZ 29.37 17.55 19.61 -
YUV 111.93 132.56 191.53 -
System Red Green Blue C M Y K H S L
Decimal 201 65 120 0 0.68 0.40 0.21 335.74 0.56 0.52
Hex C9 41 78 0 44 28 15 150 38 34
Octal 311 101 170 0 104 50 25 520 70 64
Binary 11001001 1000001 1111000 0 1000100 101000 10101 101010000 111000 110100

Color Harmonies of #C94178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94178

Black with #C94178

Text Example


Text Example

White with #C94178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94178; }

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

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

background-color css

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

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

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

border-color css

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

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

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