Html Css Color HEX #C83771 Royal Heath

📋 copy color: '#C83771'

red 200 ◦ green 55 ◦ blue 113

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

Shades of Royal Heath #C83771

Tints of Royal Heath #C83771

RGB

 RED value IS 200 (78.52% from 255) = 54.35%

 GREEN value IS 55 (21.88% from 255) = 14.95%

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

R = 54.35%
G = 14.95%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C83771 (or 0xC83771) is known color: Royal Heath. HEX triplet: C8, 37 and 71. RGB value is (200,55,113). Sum of RGB (Red+Green+Blue) = 200+55+113=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C83771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83771 is #37C88E. Grayscale: #686868. Windows color (decimal): -3655823 or 7419848. OLE color: 7419848.

HSL color Cylindrical-coordinate representation of color #C83771: hue angle of 336º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83771 is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 55 113 -
CMYK 0 0.72 0.44 0.22
HSL 336º 0.57% 0.5% -
HSV(B) 336º 0.73% 0.78% -
XYZ 28.17 16.2 17.27 -
YUV 104.97 132.54 195.78 -
System Red Green Blue C M Y K H S L
Decimal 200 55 113 0 0.72 0.44 0.22 336 0.57 0.5
Hex C8 37 71 0 48 2C 16 150 39 32
Octal 310 67 161 0 110 54 26 520 71 62
Binary 11001000 110111 1110001 0 1001000 101100 10110 101010000 111001 110010

Color Harmonies of #C83771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83771

Black with #C83771

Text Example


Text Example

White with #C83771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83771; }

 p { color: rgb(200,55,113); }

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

background-color css

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

 a { background-color: rgb(200,55,113); }

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

border-color css

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

 span { border-color: rgb(200,55,113); }

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