Html Css Color HEX #C8028D Medium Violet Red

📋 copy color: '#C8028D'

red 200 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #C8028D

Tints of Medium Violet Red #C8028D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 141 (55.47% from 255) = 41.11%

R = 58.31%
G = 0.58%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.22

RGB Variations

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

Color information

#C8028D (or 0xC8028D) is known color: Medium Violet Red. HEX triplet: C8, 02 and 8D. RGB value is (200,2,141). Sum of RGB (Red+Green+Blue) = 200+2+141=343 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.31% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 141 (55.47% from 255 or 41.11% from 343); Max value from RGB is 200 - color contains mainly: red. Hex color #C8028D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C8028D is #37FD72. Grayscale: #4C4C4C. Windows color (decimal): -3669363 or 9241288. OLE color: 9241288.

HSL color Cylindrical-coordinate representation of color #C8028D: hue angle of 317.88º degrees, saturation: 0.98, 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 #C8028D is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 2 141 -
CMYK 0 0.99 0.29 0.22
HSL 317.88º 0.98% 0.4% -
HSV(B) 317.88º 0.99% 0.78% -
XYZ 28.65 14.25 26.44 -
YUV 77.05 164.1 215.7 -
System Red Green Blue C M Y K H S L
Decimal 200 2 141 0 0.99 0.29 0.22 317.88 0.98 0.4
Hex C8 2 8D 0 63 1D 16 13E 62 28
Octal 310 2 215 0 143 35 26 476 142 50
Binary 11001000 10 10001101 0 1100011 11101 10110 100111110 1100010 101000

Color Harmonies of #C8028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8028D

Black with #C8028D

Text Example


Text Example

White with #C8028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8028D; }

 p { color: rgb(200,2,141); }

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

background-color css

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

 a { background-color: rgb(200,2,141); }

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

border-color css

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

 span { border-color: rgb(200,2,141); }

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