Html Css Color HEX #C2007D Medium Violet Red

📋 copy color: '#C2007D'

red 194 ◦ green 0 ◦ blue 125

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

Shades of Medium Violet Red #C2007D

Tints of Medium Violet Red #C2007D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.18%

R = 60.82%
G = 0%
B = 39.18%

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

#C2007D (or 0xC2007D) is known color: Medium Violet Red. HEX triplet: C2, 00 and 7D. RGB value is (194,0,125). Sum of RGB (Red+Green+Blue) = 194+0+125=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 0 (0.39% from 255 or 0% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C2007D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2007D is #3DFF82. Grayscale: #474747. Windows color (decimal): -4063107 or 8192194. OLE color: 8192194.

HSL color Cylindrical-coordinate representation of color #C2007D: hue angle of 321.34º 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 #C2007D is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 0 125 -
CMYK 0 1 0.36 0.24
HSL 321.34º 1% 0.38% -
HSV(B) 321.34º 1% 0.76% -
XYZ 25.95 12.95 20.53 -
YUV 72.26 157.77 214.84 -
System Red Green Blue C M Y K H S L
Decimal 194 0 125 0 1 0.36 0.24 321.34 1 0.38
Hex C2 0 7D 0 64 24 18 141 64 26
Octal 302 0 175 0 144 44 30 501 144 46
Binary 11000010 0 1111101 0 1100100 100100 11000 101000001 1100100 100110

Color Harmonies of #C2007D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2007D

Black with #C2007D

Text Example


Text Example

White with #C2007D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2007D; }

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

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

background-color css

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

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

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

border-color css

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

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

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