Html Css Color HEX #C2017D Medium Violet Red

📋 copy color: '#C2017D'

red 194 ◦ green 1 ◦ blue 125

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

Shades of Medium Violet Red #C2017D

Tints of Medium Violet Red #C2017D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 60.63%
G = 0.31%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2017D (or 0xC2017D) is known color: Medium Violet Red. HEX triplet: C2, 01 and 7D. RGB value is (194,1,125). Sum of RGB (Red+Green+Blue) = 194+1+125=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 1 (0.78% from 255 or 0.31% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C2017D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2017D is #3DFE82. Grayscale: #484848. Windows color (decimal): -4062851 or 8192450. OLE color: 8192450.

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

Color convert

RGB 194 1 125 -
CMYK 0 0.99 0.36 0.24
HSL 321.45º 0.99% 0.38% -
HSV(B) 321.45º 0.99% 0.76% -
XYZ 25.96 12.97 20.54 -
YUV 72.84 157.44 214.42 -
System Red Green Blue C M Y K H S L
Decimal 194 1 125 0 0.99 0.36 0.24 321.45 0.99 0.38
Hex C2 1 7D 0 63 24 18 141 63 26
Octal 302 1 175 0 143 44 30 501 143 46
Binary 11000010 1 1111101 0 1100011 100100 11000 101000001 1100011 100110

Color Harmonies of #C2017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2017D

Black with #C2017D

Text Example


Text Example

White with #C2017D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2017D; }

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

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

background-color css

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

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

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

border-color css

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

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

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