Html Css Color HEX #C34978 Royal Heath

📋 copy color: '#C34978'

red 195 ◦ green 73 ◦ blue 120

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

Shades of Royal Heath #C34978

Tints of Royal Heath #C34978

RGB

 RED value IS 195 (76.56% from 255) = 50.26%

 GREEN value IS 73 (28.91% from 255) = 18.81%

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

R = 50.26%
G = 18.81%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C34978 (or 0xC34978) is known color: Royal Heath. HEX triplet: C3, 49 and 78. RGB value is (195,73,120). Sum of RGB (Red+Green+Blue) = 195+73+120=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C34978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34978 is #3CB687. Grayscale: #727272. Windows color (decimal): -3978888 or 7883203. OLE color: 7883203.

HSL color Cylindrical-coordinate representation of color #C34978: hue angle of 336.89º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34978 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 73 120 -
CMYK 0 0.63 0.38 0.24
HSL 336.89º 0.5% 0.53% -
HSV(B) 336.89º 0.63% 0.76% -
XYZ 28.28 17.72 19.7 -
YUV 114.84 130.92 185.18 -
System Red Green Blue C M Y K H S L
Decimal 195 73 120 0 0.63 0.38 0.24 336.89 0.5 0.53
Hex C3 49 78 0 3F 26 18 151 32 35
Octal 303 111 170 0 77 46 30 521 62 65
Binary 11000011 1001001 1111000 0 111111 100110 11000 101010001 110010 110101

Color Harmonies of #C34978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34978

Black with #C34978

Text Example


Text Example

White with #C34978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34978; }

 p { color: rgb(195,73,120); }

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

background-color css

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

 a { background-color: rgb(195,73,120); }

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

border-color css

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

 span { border-color: rgb(195,73,120); }

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