Html Css Color HEX #C2318B Medium Red Violet

📋 copy color: '#C2318B'

red 194 ◦ green 49 ◦ blue 139

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

Shades of Medium Red Violet #C2318B

Tints of Medium Red Violet #C2318B

RGB

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

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

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

R = 50.79%
G = 12.83%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2318B (or 0xC2318B) is known color: Medium Red Violet. HEX triplet: C2, 31 and 8B. RGB value is (194,49,139). Sum of RGB (Red+Green+Blue) = 194+49+139=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 49 (19.53% from 255 or 12.83% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C2318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2318B is #3DCE74. Grayscale: #666666. Windows color (decimal): -4050549 or 9122242. OLE color: 9122242.

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

Color convert

RGB 194 49 139 -
CMYK 0 0.75 0.28 0.24
HSL 322.76º 0.6% 0.48% -
HSV(B) 322.76º 0.75% 0.76% -
XYZ 28.01 15.53 25.95 -
YUV 102.62 148.54 193.18 -
System Red Green Blue C M Y K H S L
Decimal 194 49 139 0 0.75 0.28 0.24 322.76 0.6 0.48
Hex C2 31 8B 0 4B 1C 18 143 3C 30
Octal 302 61 213 0 113 34 30 503 74 60
Binary 11000010 110001 10001011 0 1001011 11100 11000 101000011 111100 110000

Color Harmonies of #C2318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2318B

Black with #C2318B

Text Example


Text Example

White with #C2318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2318B; }

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

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

background-color css

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

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

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

border-color css

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

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

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