Html Css Color HEX #C34E7A Royal Heath

📋 copy color: '#C34E7A'

red 195 ◦ green 78 ◦ blue 122

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

Shades of Royal Heath #C34E7A

Tints of Royal Heath #C34E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.89%

R = 49.37%
G = 19.75%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C34E7A (or 0xC34E7A) is known color: Royal Heath. HEX triplet: C3, 4E and 7A. RGB value is (195,78,122). Sum of RGB (Red+Green+Blue) = 195+78+122=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E7A is #3CB185. Grayscale: #757575. Windows color (decimal): -3977606 or 8015555. OLE color: 8015555.

HSL color Cylindrical-coordinate representation of color #C34E7A: hue angle of 337.44º 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 #C34E7A is Cyan = 0, Magento = 0.6, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 78 122 -
CMYK 0 0.6 0.37 0.24
HSL 337.44º 0.49% 0.54% -
HSV(B) 337.44º 0.6% 0.76% -
XYZ 28.74 18.46 20.46 -
YUV 118 130.26 182.92 -
System Red Green Blue C M Y K H S L
Decimal 195 78 122 0 0.6 0.37 0.24 337.44 0.49 0.54
Hex C3 4E 7A 0 3C 25 18 151 31 36
Octal 303 116 172 0 74 45 30 521 61 66
Binary 11000011 1001110 1111010 0 111100 100101 11000 101010001 110001 110110

Color Harmonies of #C34E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34E7A

Black with #C34E7A

Text Example


Text Example

White with #C34E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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