Html Css Color HEX #C2018A Medium Violet Red

📋 copy color: '#C2018A'

red 194 ◦ green 1 ◦ blue 138

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

Shades of Medium Violet Red #C2018A

Tints of Medium Violet Red #C2018A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.44%

R = 58.26%
G = 0.3%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2018A (or 0xC2018A) is known color: Medium Violet Red. HEX triplet: C2, 01 and 8A. RGB value is (194,1,138). Sum of RGB (Red+Green+Blue) = 194+1+138=333 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.26% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 194 - color contains mainly: red. Hex color #C2018A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2018A is #3DFE75. Grayscale: #494949. Windows color (decimal): -4062838 or 9044418. OLE color: 9044418.

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

Color convert

RGB 194 1 138 -
CMYK 0 0.99 0.29 0.24
HSL 317.41º 0.99% 0.38% -
HSV(B) 317.41º 0.99% 0.76% -
XYZ 26.85 13.33 25.2 -
YUV 74.33 163.94 213.36 -
System Red Green Blue C M Y K H S L
Decimal 194 1 138 0 0.99 0.29 0.24 317.41 0.99 0.38
Hex C2 1 8A 0 63 1D 18 13D 63 26
Octal 302 1 212 0 143 35 30 475 143 46
Binary 11000010 1 10001010 0 1100011 11101 11000 100111101 1100011 100110

Color Harmonies of #C2018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2018A

Black with #C2018A

Text Example


Text Example

White with #C2018A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2018A; }

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

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

background-color css

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

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

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

border-color css

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

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

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