Html Css Color HEX #C2318A Medium Red Violet

📋 copy color: '#C2318A'

red 194 ◦ green 49 ◦ blue 138

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

Shades of Medium Red Violet #C2318A

Tints of Medium Red Violet #C2318A

RGB

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

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

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

R = 50.92%
G = 12.86%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C2318A (or 0xC2318A) is known color: Medium Red Violet. HEX triplet: C2, 31 and 8A. RGB value is (194,49,138). Sum of RGB (Red+Green+Blue) = 194+49+138=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 49 (19.53% from 255 or 12.86% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C2318A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2318A is #3DCE75. Grayscale: #666666. Windows color (decimal): -4050550 or 9056706. OLE color: 9056706.

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

Color convert

RGB 194 49 138 -
CMYK 0 0.75 0.29 0.24
HSL 323.17º 0.6% 0.48% -
HSV(B) 323.17º 0.75% 0.76% -
XYZ 27.93 15.5 25.56 -
YUV 102.5 148.04 193.26 -
System Red Green Blue C M Y K H S L
Decimal 194 49 138 0 0.75 0.29 0.24 323.17 0.6 0.48
Hex C2 31 8A 0 4B 1D 18 143 3C 30
Octal 302 61 212 0 113 35 30 503 74 60
Binary 11000010 110001 10001010 0 1001011 11101 11000 101000011 111100 110000

Color Harmonies of #C2318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2318A

Black with #C2318A

Text Example


Text Example

White with #C2318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2318A; }

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

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

background-color css

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

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

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

border-color css

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

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

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