Html Css Color HEX #C80381 Medium Violet Red

📋 copy color: '#C80381'

red 200 ◦ green 3 ◦ blue 129

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

Shades of Medium Violet Red #C80381

Tints of Medium Violet Red #C80381

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

 BLUE value IS 129 (50.78% from 255) = 38.86%

R = 60.24%
G = 0.9%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.36

 K value IS 0.22

RGB Variations

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

Color information

#C80381 (or 0xC80381) is known color: Medium Violet Red. HEX triplet: C8, 03 and 81. RGB value is (200,3,129). Sum of RGB (Red+Green+Blue) = 200+3+129=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C80381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80381 is #37FC7E. Grayscale: #4B4B4B. Windows color (decimal): -3669119 or 8455112. OLE color: 8455112.

HSL color Cylindrical-coordinate representation of color #C80381: hue angle of 321.62º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80381 is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 129 -
CMYK 0 0.98 0.36 0.22
HSL 321.62º 0.97% 0.4% -
HSV(B) 321.62º 0.99% 0.78% -
XYZ 27.81 13.93 21.99 -
YUV 76.27 157.77 216.25 -
System Red Green Blue C M Y K H S L
Decimal 200 3 129 0 0.98 0.36 0.22 321.62 0.97 0.4
Hex C8 3 81 0 62 24 16 142 61 28
Octal 310 3 201 0 142 44 26 502 141 50
Binary 11001000 11 10000001 0 1100010 100100 10110 101000010 1100001 101000

Color Harmonies of #C80381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80381

Black with #C80381

Text Example


Text Example

White with #C80381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80381; }

 p { color: rgb(200,3,129); }

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

background-color css

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

 a { background-color: rgb(200,3,129); }

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

border-color css

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

 span { border-color: rgb(200,3,129); }

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