Html Css Color HEX #C83E72 Royal Heath

📋 copy color: '#C83E72'

red 200 ◦ green 62 ◦ blue 114

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

Shades of Royal Heath #C83E72

Tints of Royal Heath #C83E72

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.49%

 BLUE value IS 114 (44.92% from 255) = 30.32%

R = 53.19%
G = 16.49%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C83E72 (or 0xC83E72) is known color: Royal Heath. HEX triplet: C8, 3E and 72. RGB value is (200,62,114). Sum of RGB (Red+Green+Blue) = 200+62+114=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83E72 is #37C18D. Grayscale: #6D6D6D. Windows color (decimal): -3654030 or 7487176. OLE color: 7487176.

HSL color Cylindrical-coordinate representation of color #C83E72: hue angle of 337.39º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83E72 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 62 114 -
CMYK 0 0.69 0.43 0.22
HSL 337.39º 0.56% 0.51% -
HSV(B) 337.39º 0.69% 0.78% -
XYZ 28.58 16.94 17.68 -
YUV 109.19 130.72 192.77 -
System Red Green Blue C M Y K H S L
Decimal 200 62 114 0 0.69 0.43 0.22 337.39 0.56 0.51
Hex C8 3E 72 0 45 2B 16 151 38 33
Octal 310 76 162 0 105 53 26 521 70 63
Binary 11001000 111110 1110010 0 1000101 101011 10110 101010001 111000 110011

Color Harmonies of #C83E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83E72

Black with #C83E72

Text Example


Text Example

White with #C83E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83E72; }

 p { color: rgb(200,62,114); }

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

background-color css

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

 a { background-color: rgb(200,62,114); }

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

border-color css

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

 span { border-color: rgb(200,62,114); }

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