Html Css Color HEX #C44E7D Royal Heath

📋 copy color: '#C44E7D'

red 196 ◦ green 78 ◦ blue 125

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

Shades of Royal Heath #C44E7D

Tints of Royal Heath #C44E7D

RGB

 RED value IS 196 (76.95% from 255) = 49.12%

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

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 49.12%
G = 19.55%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C44E7D (or 0xC44E7D) is known color: Royal Heath. HEX triplet: C4, 4E and 7D. RGB value is (196,78,125). Sum of RGB (Red+Green+Blue) = 196+78+125=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44E7D is #3BB182. Grayscale: #767676. Windows color (decimal): -3912067 or 8212164. OLE color: 8212164.

HSL color Cylindrical-coordinate representation of color #C44E7D: hue angle of 336.1º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44E7D is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 78 125 -
CMYK 0 0.60 0.36 0.23
HSL 336.1º 0.5% 0.54% -
HSV(B) 336.1º 0.6% 0.77% -
XYZ 29.19 18.67 21.47 -
YUV 118.64 131.59 183.18 -
System Red Green Blue C M Y K H S L
Decimal 196 78 125 0 0.60 0.36 0.23 336.1 0.5 0.54
Hex C4 4E 7D 0 3C 24 17 150 32 36
Octal 304 116 175 0 74 44 27 520 62 66
Binary 11000100 1001110 1111101 0 111100 100100 10111 101010000 110010 110110

Color Harmonies of #C44E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44E7D

Black with #C44E7D

Text Example


Text Example

White with #C44E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44E7D; }

 p { color: rgb(196,78,125); }

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

background-color css

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

 a { background-color: rgb(196,78,125); }

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

border-color css

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

 span { border-color: rgb(196,78,125); }

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