Html Css Color HEX #C34879 Royal Heath

📋 copy color: '#C34879'

red 195 ◦ green 72 ◦ blue 121

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

Shades of Royal Heath #C34879

Tints of Royal Heath #C34879

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.56%

 BLUE value IS 121 (47.66% from 255) = 31.19%

R = 50.26%
G = 18.56%
B = 31.19%

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

#C34879 (or 0xC34879) is known color: Royal Heath. HEX triplet: C3, 48 and 79. RGB value is (195,72,121). Sum of RGB (Red+Green+Blue) = 195+72+121=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 72 (28.52% from 255 or 18.56% from 388); Blue value is 121 (47.66% from 255 or 31.19% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C34879 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34879 is #3CB786. Grayscale: #727272. Windows color (decimal): -3979143 or 7948483. OLE color: 7948483.

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

Color convert

RGB 195 72 121 -
CMYK 0 0.63 0.38 0.24
HSL 336.1º 0.51% 0.52% -
HSV(B) 336.1º 0.63% 0.76% -
XYZ 28.27 17.62 20 -
YUV 114.36 131.75 185.52 -
System Red Green Blue C M Y K H S L
Decimal 195 72 121 0 0.63 0.38 0.24 336.1 0.51 0.52
Hex C3 48 79 0 3F 26 18 150 33 34
Octal 303 110 171 0 77 46 30 520 63 64
Binary 11000011 1001000 1111001 0 111111 100110 11000 101010000 110011 110100

Color Harmonies of #C34879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34879

Black with #C34879

Text Example


Text Example

White with #C34879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34879; }

 p { color: rgb(195,72,121); }

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

background-color css

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

 a { background-color: rgb(195,72,121); }

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

border-color css

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

 span { border-color: rgb(195,72,121); }

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