Html Css Color HEX #C2318E Medium Red Violet

📋 copy color: '#C2318E'

red 194 ◦ green 49 ◦ blue 142

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

Shades of Medium Red Violet #C2318E

Tints of Medium Red Violet #C2318E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.73%

 BLUE value IS 142 (55.86% from 255) = 36.88%

R = 50.39%
G = 12.73%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2318E (or 0xC2318E) is known color: Medium Red Violet. HEX triplet: C2, 31 and 8E. RGB value is (194,49,142). Sum of RGB (Red+Green+Blue) = 194+49+142=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C2318E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2318E is #3DCE71. Grayscale: #666666. Windows color (decimal): -4050546 or 9318850. OLE color: 9318850.

HSL color Cylindrical-coordinate representation of color #C2318E: hue angle of 321.52º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2318E is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 49 142 -
CMYK 0 0.75 0.27 0.24
HSL 321.52º 0.6% 0.48% -
HSV(B) 321.52º 0.75% 0.76% -
XYZ 28.23 15.62 27.12 -
YUV 102.96 150.04 192.94 -
System Red Green Blue C M Y K H S L
Decimal 194 49 142 0 0.75 0.27 0.24 321.52 0.6 0.48
Hex C2 31 8E 0 4B 1B 18 142 3C 30
Octal 302 61 216 0 113 33 30 502 74 60
Binary 11000010 110001 10001110 0 1001011 11011 11000 101000010 111100 110000

Color Harmonies of #C2318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2318E

Black with #C2318E

Text Example


Text Example

White with #C2318E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2318E; }

 p { color: rgb(194,49,142); }

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

background-color css

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

 a { background-color: rgb(194,49,142); }

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

border-color css

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

 span { border-color: rgb(194,49,142); }

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