Html Css Color HEX #C83E74 Royal Heath

📋 copy color: '#C83E74'

red 200 ◦ green 62 ◦ blue 116

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

Shades of Royal Heath #C83E74

Tints of Royal Heath #C83E74

RGB

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

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

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

R = 52.91%
G = 16.4%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C83E74 (or 0xC83E74) is known color: Royal Heath. HEX triplet: C8, 3E and 74. RGB value is (200,62,116). Sum of RGB (Red+Green+Blue) = 200+62+116=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C83E74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83E74 is #37C18B. Grayscale: #6D6D6D. Windows color (decimal): -3654028 or 7618248. OLE color: 7618248.

HSL color Cylindrical-coordinate representation of color #C83E74: hue angle of 336.52º 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 #C83E74 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 62 116 -
CMYK 0 0.69 0.42 0.22
HSL 336.52º 0.56% 0.51% -
HSV(B) 336.52º 0.69% 0.78% -
XYZ 28.69 16.99 18.29 -
YUV 109.42 131.72 192.61 -
System Red Green Blue C M Y K H S L
Decimal 200 62 116 0 0.69 0.42 0.22 336.52 0.56 0.51
Hex C8 3E 74 0 45 2A 16 151 38 33
Octal 310 76 164 0 105 52 26 521 70 63
Binary 11001000 111110 1110100 0 1000101 101010 10110 101010001 111000 110011

Color Harmonies of #C83E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83E74

Black with #C83E74

Text Example


Text Example

White with #C83E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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