Html Css Color HEX #C2018B Medium Violet Red

📋 copy color: '#C2018B'

red 194 ◦ green 1 ◦ blue 139

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

Shades of Medium Violet Red #C2018B

Tints of Medium Violet Red #C2018B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.62%

R = 58.08%
G = 0.3%
B = 41.62%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2018B (or 0xC2018B) is known color: Medium Violet Red. HEX triplet: C2, 01 and 8B. RGB value is (194,1,139). Sum of RGB (Red+Green+Blue) = 194+1+139=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 1 (0.78% from 255 or 0.30% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C2018B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2018B is #3DFE74. Grayscale: #4A4A4A. Windows color (decimal): -4062837 or 9109954. OLE color: 9109954.

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

Color convert

RGB 194 1 139 -
CMYK 0 0.99 0.28 0.24
HSL 317.1º 0.99% 0.38% -
HSV(B) 317.1º 0.99% 0.76% -
XYZ 26.92 13.36 25.59 -
YUV 74.44 164.44 213.28 -
System Red Green Blue C M Y K H S L
Decimal 194 1 139 0 0.99 0.28 0.24 317.1 0.99 0.38
Hex C2 1 8B 0 63 1C 18 13D 63 26
Octal 302 1 213 0 143 34 30 475 143 46
Binary 11000010 1 10001011 0 1100011 11100 11000 100111101 1100011 100110

Color Harmonies of #C2018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2018B

Black with #C2018B

Text Example


Text Example

White with #C2018B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2018B; }

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

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

background-color css

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

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

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

border-color css

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

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

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