Html Css Color HEX #C44371 Royal Heath

📋 copy color: '#C44371'

red 196 ◦ green 67 ◦ blue 113

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

Shades of Royal Heath #C44371

Tints of Royal Heath #C44371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.82%

 BLUE value IS 113 (44.53% from 255) = 30.05%

R = 52.13%
G = 17.82%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C44371 (or 0xC44371) is known color: Royal Heath. HEX triplet: C4, 43 and 71. RGB value is (196,67,113). Sum of RGB (Red+Green+Blue) = 196+67+113=376 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.13% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 196 - color contains mainly: red. Hex color #C44371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44371 is #3BBC8E. Grayscale: #6E6E6E. Windows color (decimal): -3914895 or 7422916. OLE color: 7422916.

HSL color Cylindrical-coordinate representation of color #C44371: hue angle of 338.6º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C44371 is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 67 113 -
CMYK 0 0.66 0.42 0.23
HSL 338.6º 0.52% 0.52% -
HSV(B) 338.6º 0.66% 0.77% -
XYZ 27.75 16.94 17.43 -
YUV 110.82 129.24 188.76 -
System Red Green Blue C M Y K H S L
Decimal 196 67 113 0 0.66 0.42 0.23 338.6 0.52 0.52
Hex C4 43 71 0 42 2A 17 153 34 34
Octal 304 103 161 0 102 52 27 523 64 64
Binary 11000100 1000011 1110001 0 1000010 101010 10111 101010011 110100 110100

Color Harmonies of #C44371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44371

Black with #C44371

Text Example


Text Example

White with #C44371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44371; }

 p { color: rgb(196,67,113); }

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

background-color css

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

 a { background-color: rgb(196,67,113); }

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

border-color css

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

 span { border-color: rgb(196,67,113); }

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