Html Css Color HEX #C838A0 Medium Red Violet

📋 copy color: '#C838A0'

red 200 ◦ green 56 ◦ blue 160

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

Shades of Medium Red Violet #C838A0

Tints of Medium Red Violet #C838A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 38.46%

R = 48.08%
G = 13.46%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#C838A0 (or 0xC838A0) is known color: Medium Red Violet. HEX triplet: C8, 38 and A0. RGB value is (200,56,160). Sum of RGB (Red+Green+Blue) = 200+56+160=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 56 (22.27% from 255 or 13.46% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C838A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C838A0 is #37C75F. Grayscale: #6E6E6E. Windows color (decimal): -3655520 or 10500296. OLE color: 10500296.

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

Color convert

RGB 200 56 160 -
CMYK 0 0.72 0.2 0.22
HSL 316.67º 0.57% 0.5% -
HSV(B) 316.67º 0.72% 0.78% -
XYZ 31.58 17.65 35 -
YUV 110.91 155.71 191.54 -
System Red Green Blue C M Y K H S L
Decimal 200 56 160 0 0.72 0.2 0.22 316.67 0.57 0.5
Hex C8 38 A0 0 48 14 16 13D 39 32
Octal 310 70 240 0 110 24 26 475 71 62
Binary 11001000 111000 10100000 0 1001000 10100 10110 100111101 111001 110010

Color Harmonies of #C838A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C838A0

Black with #C838A0

Text Example


Text Example

White with #C838A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C838A0; }

 p { color: rgb(200,56,160); }

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

background-color css

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

 a { background-color: rgb(200,56,160); }

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

border-color css

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

 span { border-color: rgb(200,56,160); }

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