Html Css Color HEX #C0007C Medium Violet Red

📋 copy color: '#C0007C'

red 192 ◦ green 0 ◦ blue 124

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

Shades of Medium Violet Red #C0007C

Tints of Medium Violet Red #C0007C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 60.76%
G = 0%
B = 39.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0007C (or 0xC0007C) is known color: Medium Violet Red. HEX triplet: C0, 00 and 7C. RGB value is (192,0,124). Sum of RGB (Red+Green+Blue) = 192+0+124=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 0 (0.39% from 255 or 0% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C0007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C0007C is #3FFF83. Grayscale: #474747. Windows color (decimal): -4194180 or 8126656. OLE color: 8126656.

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

Color convert

RGB 192 0 124 -
CMYK 0 1 0.35 0.25
HSL 321.25º 1% 0.38% -
HSV(B) 321.25º 1% 0.75% -
XYZ 25.38 12.66 20.18 -
YUV 71.54 157.61 213.92 -
System Red Green Blue C M Y K H S L
Decimal 192 0 124 0 1 0.35 0.25 321.25 1 0.38
Hex C0 0 7C 0 64 23 19 141 64 26
Octal 300 0 174 0 144 43 31 501 144 46
Binary 11000000 0 1111100 0 1100100 100011 11001 101000001 1100100 100110

Color Harmonies of #C0007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0007C

Black with #C0007C

Text Example


Text Example

White with #C0007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0007C; }

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

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

background-color css

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

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

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

border-color css

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

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

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