Html Css Color HEX #C0028C Medium Violet Red

📋 copy color: '#C0028C'

red 192 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #C0028C

Tints of Medium Violet Red #C0028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 41.92%

R = 57.49%
G = 0.6%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0028C (or 0xC0028C) is known color: Medium Violet Red. HEX triplet: C0, 02 and 8C. RGB value is (192,2,140). Sum of RGB (Red+Green+Blue) = 192+2+140=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 2 (1.17% from 255 or 0.60% from 334); Blue value is 140 (55.08% from 255 or 41.92% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0028C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0028C is #3FFD73. Grayscale: #4A4A4A. Windows color (decimal): -4193652 or 9175744. OLE color: 9175744.

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

Color convert

RGB 192 2 140 -
CMYK 0 0.99 0.27 0.25
HSL 316.42º 0.98% 0.38% -
HSV(B) 316.42º 0.99% 0.75% -
XYZ 26.49 13.14 25.95 -
YUV 74.54 164.95 211.78 -
System Red Green Blue C M Y K H S L
Decimal 192 2 140 0 0.99 0.27 0.25 316.42 0.98 0.38
Hex C0 2 8C 0 63 1B 19 13C 62 26
Octal 300 2 214 0 143 33 31 474 142 46
Binary 11000000 10 10001100 0 1100011 11011 11001 100111100 1100010 100110

Color Harmonies of #C0028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0028C

Black with #C0028C

Text Example


Text Example

White with #C0028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0028C; }

 p { color: rgb(192,2,140); }

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

background-color css

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

 a { background-color: rgb(192,2,140); }

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

border-color css

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

 span { border-color: rgb(192,2,140); }

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