Html Css Color HEX #C34E7B Royal Heath

📋 copy color: '#C34E7B'

red 195 ◦ green 78 ◦ blue 123

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

Shades of Royal Heath #C34E7B

Tints of Royal Heath #C34E7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.06%

R = 49.24%
G = 19.7%
B = 31.06%

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

#C34E7B (or 0xC34E7B) is known color: Royal Heath. HEX triplet: C3, 4E and 7B. RGB value is (195,78,123). Sum of RGB (Red+Green+Blue) = 195+78+123=396 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.24% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E7B is #3CB184. Grayscale: #767676. Windows color (decimal): -3977605 or 8081091. OLE color: 8081091.

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

Color convert

RGB 195 78 123 -
CMYK 0 0.6 0.37 0.24
HSL 336.92º 0.49% 0.54% -
HSV(B) 336.92º 0.6% 0.76% -
XYZ 28.81 18.48 20.79 -
YUV 118.11 130.76 182.84 -
System Red Green Blue C M Y K H S L
Decimal 195 78 123 0 0.6 0.37 0.24 336.92 0.49 0.54
Hex C3 4E 7B 0 3C 25 18 151 31 36
Octal 303 116 173 0 74 45 30 521 61 66
Binary 11000011 1001110 1111011 0 111100 100101 11000 101010001 110001 110110

Color Harmonies of #C34E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34E7B

Black with #C34E7B

Text Example


Text Example

White with #C34E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34E7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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