Html Css Color HEX #C0218D Medium Violet Red

📋 copy color: '#C0218D'

red 192 ◦ green 33 ◦ blue 141

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

Shades of Medium Violet Red #C0218D

Tints of Medium Violet Red #C0218D

RGB

 RED value IS 192 (75.39% from 255) = 52.46%

 GREEN value IS 33 (13.28% from 255) = 9.02%

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

R = 52.46%
G = 9.02%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0218D (or 0xC0218D) is known color: Medium Violet Red. HEX triplet: C0, 21 and 8D. RGB value is (192,33,141). Sum of RGB (Red+Green+Blue) = 192+33+141=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C0218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0218D is #3FDE72. Grayscale: #5C5C5C. Windows color (decimal): -4185715 or 9249216. OLE color: 9249216.

HSL color Cylindrical-coordinate representation of color #C0218D: hue angle of 319.25º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0218D is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 33 141 -
CMYK 0 0.83 0.27 0.25
HSL 319.25º 0.71% 0.44% -
HSV(B) 319.25º 0.83% 0.75% -
XYZ 27.09 14.22 26.52 -
YUV 92.85 155.18 198.72 -
System Red Green Blue C M Y K H S L
Decimal 192 33 141 0 0.83 0.27 0.25 319.25 0.71 0.44
Hex C0 21 8D 0 53 1B 19 13F 47 2C
Octal 300 41 215 0 123 33 31 477 107 54
Binary 11000000 100001 10001101 0 1010011 11011 11001 100111111 1000111 101100

Color Harmonies of #C0218D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0218D

Black with #C0218D

Text Example


Text Example

White with #C0218D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0218D; }

 p { color: rgb(192,33,141); }

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

background-color css

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

 a { background-color: rgb(192,33,141); }

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

border-color css

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

 span { border-color: rgb(192,33,141); }

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