Html Css Color HEX #C825A0 Medium Violet Red

📋 copy color: '#C825A0'

red 200 ◦ green 37 ◦ blue 160

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

Shades of Medium Violet Red #C825A0

Tints of Medium Violet Red #C825A0

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.32%

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

R = 50.38%
G = 9.32%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#C825A0 (or 0xC825A0) is known color: Medium Violet Red. HEX triplet: C8, 25 and A0. RGB value is (200,37,160). Sum of RGB (Red+Green+Blue) = 200+37+160=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C825A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C825A0 is #37DA5F. Grayscale: #636363. Windows color (decimal): -3660384 or 10495432. OLE color: 10495432.

HSL color Cylindrical-coordinate representation of color #C825A0: hue angle of 314.72º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C825A0 is Cyan = 0, Magento = 0.82, Yellow = 0.2 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 37 160 -
CMYK 0 0.82 0.2 0.22
HSL 314.72º 0.69% 0.46% -
HSV(B) 314.72º 0.82% 0.78% -
XYZ 30.83 16.14 34.75 -
YUV 99.76 162 199.5 -
System Red Green Blue C M Y K H S L
Decimal 200 37 160 0 0.82 0.2 0.22 314.72 0.69 0.46
Hex C8 25 A0 0 52 14 16 13B 45 2E
Octal 310 45 240 0 122 24 26 473 105 56
Binary 11001000 100101 10100000 0 1010010 10100 10110 100111011 1000101 101110

Color Harmonies of #C825A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C825A0

Black with #C825A0

Text Example


Text Example

White with #C825A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C825A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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