Html Css Color HEX #C2007F Medium Violet Red

📋 copy color: '#C2007F'

red 194 ◦ green 0 ◦ blue 127

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

Shades of Medium Violet Red #C2007F

Tints of Medium Violet Red #C2007F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.56%

R = 60.44%
G = 0%
B = 39.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2007F (or 0xC2007F) is known color: Medium Violet Red. HEX triplet: C2, 00 and 7F. RGB value is (194,0,127). Sum of RGB (Red+Green+Blue) = 194+0+127=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2007F is #3DFF80. Grayscale: #484848. Windows color (decimal): -4063105 or 8323266. OLE color: 8323266.

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

Color convert

RGB 194 0 127 -
CMYK 0 1 0.35 0.24
HSL 320.72º 1% 0.38% -
HSV(B) 320.72º 1% 0.76% -
XYZ 26.08 13 21.21 -
YUV 72.48 158.77 214.67 -
System Red Green Blue C M Y K H S L
Decimal 194 0 127 0 1 0.35 0.24 320.72 1 0.38
Hex C2 0 7F 0 64 23 18 141 64 26
Octal 302 0 177 0 144 43 30 501 144 46
Binary 11000010 0 1111111 0 1100100 100011 11000 101000001 1100100 100110

Color Harmonies of #C2007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2007F

Black with #C2007F

Text Example


Text Example

White with #C2007F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2007F; }

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

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

background-color css

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

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

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

border-color css

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

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

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