Html Css Color HEX #C0208A Medium Violet Red

📋 copy color: '#C0208A'

red 192 ◦ green 32 ◦ blue 138

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

Shades of Medium Violet Red #C0208A

Tints of Medium Violet Red #C0208A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.12%

R = 53.04%
G = 8.84%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#C0208A (or 0xC0208A) is known color: Medium Violet Red. HEX triplet: C0, 20 and 8A. RGB value is (192,32,138). Sum of RGB (Red+Green+Blue) = 192+32+138=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C0208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0208A is #3FDF75. Grayscale: #5B5B5B. Windows color (decimal): -4185974 or 9052352. OLE color: 9052352.

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

Color convert

RGB 192 32 138 -
CMYK 0 0.83 0.28 0.25
HSL 320.25º 0.71% 0.44% -
HSV(B) 320.25º 0.83% 0.75% -
XYZ 26.84 14.07 25.35 -
YUV 91.92 154.01 199.38 -
System Red Green Blue C M Y K H S L
Decimal 192 32 138 0 0.83 0.28 0.25 320.25 0.71 0.44
Hex C0 20 8A 0 53 1C 19 140 47 2C
Octal 300 40 212 0 123 34 31 500 107 54
Binary 11000000 100000 10001010 0 1010011 11100 11001 101000000 1000111 101100

Color Harmonies of #C0208A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0208A

Black with #C0208A

Text Example


Text Example

White with #C0208A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0208A; }

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

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

background-color css

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

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

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

border-color css

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

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

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