Html Css Color HEX #C0008C Medium Violet Red

📋 copy color: '#C0008C'

red 192 ◦ green 0 ◦ blue 140

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

Shades of Medium Violet Red #C0008C

Tints of Medium Violet Red #C0008C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.83%
G = 0%
B = 42.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0008C (or 0xC0008C) is known color: Medium Violet Red. HEX triplet: C0, 00 and 8C. RGB value is (192,0,140). Sum of RGB (Red+Green+Blue) = 192+0+140=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 140 (55.08% from 255 or 42.17% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C0008C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0008C is #3FFF73. Grayscale: #494949. Windows color (decimal): -4194164 or 9175232. OLE color: 9175232.

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

Color convert

RGB 192 0 140 -
CMYK 0 1 0.27 0.25
HSL 316.25º 1% 0.38% -
HSV(B) 316.25º 1% 0.75% -
XYZ 26.47 13.1 25.94 -
YUV 73.37 165.61 212.62 -
System Red Green Blue C M Y K H S L
Decimal 192 0 140 0 1 0.27 0.25 316.25 1 0.38
Hex C0 0 8C 0 64 1B 19 13C 64 26
Octal 300 0 214 0 144 33 31 474 144 46
Binary 11000000 0 10001100 0 1100100 11011 11001 100111100 1100100 100110

Color Harmonies of #C0008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0008C

Black with #C0008C

Text Example


Text Example

White with #C0008C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0008C; }

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

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

background-color css

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

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

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

border-color css

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

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

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