Html Css Color HEX #C83C78 Royal Heath

📋 copy color: '#C83C78'

red 200 ◦ green 60 ◦ blue 120

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

Shades of Royal Heath #C83C78

Tints of Royal Heath #C83C78

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.79%

 BLUE value IS 120 (47.27% from 255) = 31.58%

R = 52.63%
G = 15.79%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C83C78 (or 0xC83C78) is known color: Royal Heath. HEX triplet: C8, 3C and 78. RGB value is (200,60,120). Sum of RGB (Red+Green+Blue) = 200+60+120=380 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.63% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83C78 is #37C387. Grayscale: #6C6C6C. Windows color (decimal): -3654536 or 7879880. OLE color: 7879880.

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

Color convert

RGB 200 60 120 -
CMYK 0 0.7 0.4 0.22
HSL 334.29º 0.56% 0.51% -
HSV(B) 334.29º 0.7% 0.78% -
XYZ 28.83 16.87 19.51 -
YUV 108.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 200 60 120 0 0.7 0.4 0.22 334.29 0.56 0.51
Hex C8 3C 78 0 46 28 16 14E 38 33
Octal 310 74 170 0 106 50 26 516 70 63
Binary 11001000 111100 1111000 0 1000110 101000 10110 101001110 111000 110011

Color Harmonies of #C83C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83C78

Black with #C83C78

Text Example


Text Example

White with #C83C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83C78; }

 p { color: rgb(200,60,120); }

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

background-color css

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

 a { background-color: rgb(200,60,120); }

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

border-color css

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

 span { border-color: rgb(200,60,120); }

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