Html Css Color HEX #C0208D Medium Violet Red

📋 copy color: '#C0208D'

red 192 ◦ green 32 ◦ blue 141

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

Shades of Medium Violet Red #C0208D

Tints of Medium Violet Red #C0208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.77%

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

R = 52.6%
G = 8.77%
B = 38.63%

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

#C0208D (or 0xC0208D) is known color: Medium Violet Red. HEX triplet: C0, 20 and 8D. RGB value is (192,32,141). Sum of RGB (Red+Green+Blue) = 192+32+141=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 32 (12.89% from 255 or 8.77% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C0208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0208D is #3FDF72. Grayscale: #5B5B5B. Windows color (decimal): -4185971 or 9248960. OLE color: 9248960.

HSL color Cylindrical-coordinate representation of color #C0208D: hue angle of 319.12º 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 #C0208D is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 141 -
CMYK 0 0.83 0.27 0.25
HSL 319.13º 0.71% 0.44% -
HSV(B) 319.13º 0.83% 0.75% -
XYZ 27.06 14.16 26.51 -
YUV 92.27 155.51 199.14 -
System Red Green Blue C M Y K H S L
Decimal 192 32 141 0 0.83 0.27 0.25 319.13 0.71 0.44
Hex C0 20 8D 0 53 1B 19 13F 47 2C
Octal 300 40 215 0 123 33 31 477 107 54
Binary 11000000 100000 10001101 0 1010011 11011 11001 100111111 1000111 101100

Color Harmonies of #C0208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0208D

Black with #C0208D

Text Example


Text Example

White with #C0208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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