Html Css Color HEX #C43874 Royal Heath

📋 copy color: '#C43874'

red 196 ◦ green 56 ◦ blue 116

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

Shades of Royal Heath #C43874

Tints of Royal Heath #C43874

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.22%

 BLUE value IS 116 (45.7% from 255) = 31.52%

R = 53.26%
G = 15.22%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C43874 (or 0xC43874) is known color: Royal Heath. HEX triplet: C4, 38 and 74. RGB value is (196,56,116). Sum of RGB (Red+Green+Blue) = 196+56+116=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 56 (22.27% from 255 or 15.22% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C43874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C43874 is #3BC78B. Grayscale: #686868. Windows color (decimal): -3917708 or 7616708. OLE color: 7616708.

HSL color Cylindrical-coordinate representation of color #C43874: hue angle of 334.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C43874 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 56 116 -
CMYK 0 0.71 0.41 0.23
HSL 334.29º 0.56% 0.49% -
HSV(B) 334.29º 0.71% 0.77% -
XYZ 27.33 15.83 18.14 -
YUV 104.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 196 56 116 0 0.71 0.41 0.23 334.29 0.56 0.49
Hex C4 38 74 0 47 29 17 14E 38 31
Octal 304 70 164 0 107 51 27 516 70 61
Binary 11000100 111000 1110100 0 1000111 101001 10111 101001110 111000 110001

Color Harmonies of #C43874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C43874

Black with #C43874

Text Example


Text Example

White with #C43874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C43874; }

 p { color: rgb(196,56,116); }

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

background-color css

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

 a { background-color: rgb(196,56,116); }

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

border-color css

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

 span { border-color: rgb(196,56,116); }

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