Html Css Color HEX #C2007C Medium Violet Red

📋 copy color: '#C2007C'

red 194 ◦ green 0 ◦ blue 124

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

Shades of Medium Violet Red #C2007C

Tints of Medium Violet Red #C2007C

RGB

 RED value IS 194 (76.17% from 255) = 61.01%

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

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

R = 61.01%
G = 0%
B = 38.99%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2007C (or 0xC2007C) is known color: Medium Violet Red. HEX triplet: C2, 00 and 7C. RGB value is (194,0,124). Sum of RGB (Red+Green+Blue) = 194+0+124=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 124 (48.83% from 255 or 38.99% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C2007C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2007C is #3DFF83. Grayscale: #474747. Windows color (decimal): -4063108 or 8126658. OLE color: 8126658.

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

Color convert

RGB 194 0 124 -
CMYK 0 1 0.36 0.24
HSL 321.65º 1% 0.38% -
HSV(B) 321.65º 1% 0.76% -
XYZ 25.89 12.92 20.2 -
YUV 72.14 157.27 214.92 -
System Red Green Blue C M Y K H S L
Decimal 194 0 124 0 1 0.36 0.24 321.65 1 0.38
Hex C2 0 7C 0 64 24 18 142 64 26
Octal 302 0 174 0 144 44 30 502 144 46
Binary 11000010 0 1111100 0 1100100 100100 11000 101000010 1100100 100110

Color Harmonies of #C2007C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2007C

Black with #C2007C

Text Example


Text Example

White with #C2007C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2007C; }

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

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

background-color css

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

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

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

border-color css

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

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

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