Html Css Color HEX #C825A7 Medium Violet Red

📋 copy color: '#C825A7'

red 200 ◦ green 37 ◦ blue 167

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

Shades of Medium Violet Red #C825A7

Tints of Medium Violet Red #C825A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.34%

R = 49.5%
G = 9.16%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C825A7 (or 0xC825A7) is known color: Medium Violet Red. HEX triplet: C8, 25 and A7. RGB value is (200,37,167). Sum of RGB (Red+Green+Blue) = 200+37+167=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 37 (14.84% from 255 or 9.16% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C825A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C825A7 is #37DA58. Grayscale: #646464. Windows color (decimal): -3660377 or 10954184. OLE color: 10954184.

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

Color convert

RGB 200 37 167 -
CMYK 0 0.82 0.16 0.22
HSL 312.15º 0.69% 0.46% -
HSV(B) 312.15º 0.82% 0.78% -
XYZ 31.46 16.39 38.07 -
YUV 100.56 165.5 198.93 -
System Red Green Blue C M Y K H S L
Decimal 200 37 167 0 0.82 0.16 0.22 312.15 0.69 0.46
Hex C8 25 A7 0 52 10 16 138 45 2E
Octal 310 45 247 0 122 20 26 470 105 56
Binary 11001000 100101 10100111 0 1010010 10000 10110 100111000 1000101 101110

Color Harmonies of #C825A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C825A7

Black with #C825A7

Text Example


Text Example

White with #C825A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C825A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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