Html Css Color HEX #C2017E Medium Violet Red

📋 copy color: '#C2017E'

red 194 ◦ green 1 ◦ blue 126

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

Shades of Medium Violet Red #C2017E

Tints of Medium Violet Red #C2017E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 39.25%

R = 60.44%
G = 0.31%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2017E (or 0xC2017E) is known color: Medium Violet Red. HEX triplet: C2, 01 and 7E. RGB value is (194,1,126). Sum of RGB (Red+Green+Blue) = 194+1+126=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2017E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2017E is #3DFE81. Grayscale: #484848. Windows color (decimal): -4062850 or 8257986. OLE color: 8257986.

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

Color convert

RGB 194 1 126 -
CMYK 0 0.99 0.35 0.24
HSL 321.14º 0.99% 0.38% -
HSV(B) 321.14º 0.99% 0.76% -
XYZ 26.02 13 20.88 -
YUV 72.96 157.94 214.34 -
System Red Green Blue C M Y K H S L
Decimal 194 1 126 0 0.99 0.35 0.24 321.14 0.99 0.38
Hex C2 1 7E 0 63 23 18 141 63 26
Octal 302 1 176 0 143 43 30 501 143 46
Binary 11000010 1 1111110 0 1100011 100011 11000 101000001 1100011 100110

Color Harmonies of #C2017E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2017E

Black with #C2017E

Text Example


Text Example

White with #C2017E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2017E; }

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

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

background-color css

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

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

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

border-color css

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

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

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