Html Css Color HEX #C815A0 Medium Violet Red

📋 copy color: '#C815A0'

red 200 ◦ green 21 ◦ blue 160

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

Shades of Medium Violet Red #C815A0

Tints of Medium Violet Red #C815A0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.51%

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

R = 52.49%
G = 5.51%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#C815A0 (or 0xC815A0) is known color: Medium Violet Red. HEX triplet: C8, 15 and A0. RGB value is (200,21,160). Sum of RGB (Red+Green+Blue) = 200+21+160=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C815A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C815A0 is #37EA5F. Grayscale: #595959. Windows color (decimal): -3664480 or 10491336. OLE color: 10491336.

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

Color convert

RGB 200 21 160 -
CMYK 0 0.90 0.2 0.22
HSL 313.41º 0.81% 0.43% -
HSV(B) 313.41º 0.9% 0.78% -
XYZ 30.43 15.35 34.62 -
YUV 90.37 167.3 206.2 -
System Red Green Blue C M Y K H S L
Decimal 200 21 160 0 0.90 0.2 0.22 313.41 0.81 0.43
Hex C8 15 A0 0 5A 14 16 139 51 2B
Octal 310 25 240 0 132 24 26 471 121 53
Binary 11001000 10101 10100000 0 1011010 10100 10110 100111001 1010001 101011

Color Harmonies of #C815A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C815A0

Black with #C815A0

Text Example


Text Example

White with #C815A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C815A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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