Html Css Color HEX #C2017B Medium Violet Red

📋 copy color: '#C2017B'

red 194 ◦ green 1 ◦ blue 123

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

Shades of Medium Violet Red #C2017B

Tints of Medium Violet Red #C2017B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.68%

R = 61.01%
G = 0.31%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2017B (or 0xC2017B) is known color: Medium Violet Red. HEX triplet: C2, 01 and 7B. RGB value is (194,1,123). Sum of RGB (Red+Green+Blue) = 194+1+123=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C2017B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2017B is #3DFE84. Grayscale: #484848. Windows color (decimal): -4062853 or 8061378. OLE color: 8061378.

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

Color convert

RGB 194 1 123 -
CMYK 0 0.99 0.37 0.24
HSL 322.07º 0.99% 0.38% -
HSV(B) 322.07º 0.99% 0.76% -
XYZ 25.83 12.92 19.87 -
YUV 72.62 156.44 214.58 -
System Red Green Blue C M Y K H S L
Decimal 194 1 123 0 0.99 0.37 0.24 322.07 0.99 0.38
Hex C2 1 7B 0 63 25 18 142 63 26
Octal 302 1 173 0 143 45 30 502 143 46
Binary 11000010 1 1111011 0 1100011 100101 11000 101000010 1100011 100110

Color Harmonies of #C2017B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2017B

Black with #C2017B

Text Example


Text Example

White with #C2017B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2017B; }

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

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

background-color css

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

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

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

border-color css

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

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

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