Html Css Color HEX #C34E7C Royal Heath

📋 copy color: '#C34E7C'

red 195 ◦ green 78 ◦ blue 124

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

Shades of Royal Heath #C34E7C

Tints of Royal Heath #C34E7C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.65%

 BLUE value IS 124 (48.83% from 255) = 31.23%

R = 49.12%
G = 19.65%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C34E7C (or 0xC34E7C) is known color: Royal Heath. HEX triplet: C3, 4E and 7C. RGB value is (195,78,124). Sum of RGB (Red+Green+Blue) = 195+78+124=397 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.12% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E7C is #3CB183. Grayscale: #767676. Windows color (decimal): -3977604 or 8146627. OLE color: 8146627.

HSL color Cylindrical-coordinate representation of color #C34E7C: hue angle of 336.41º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34E7C is Cyan = 0, Magento = 0.6, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 78 124 -
CMYK 0 0.6 0.36 0.24
HSL 336.41º 0.49% 0.54% -
HSV(B) 336.41º 0.6% 0.76% -
XYZ 28.87 18.51 21.12 -
YUV 118.23 131.26 182.76 -
System Red Green Blue C M Y K H S L
Decimal 195 78 124 0 0.6 0.36 0.24 336.41 0.49 0.54
Hex C3 4E 7C 0 3C 24 18 150 31 36
Octal 303 116 174 0 74 44 30 520 61 66
Binary 11000011 1001110 1111100 0 111100 100100 11000 101010000 110001 110110

Color Harmonies of #C34E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34E7C

Black with #C34E7C

Text Example


Text Example

White with #C34E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34E7C; }

 p { color: rgb(195,78,124); }

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

background-color css

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

 a { background-color: rgb(195,78,124); }

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

border-color css

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

 span { border-color: rgb(195,78,124); }

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