Html Css Color HEX #C2318D Medium Red Violet

📋 copy color: '#C2318D'

red 194 ◦ green 49 ◦ blue 141

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

Shades of Medium Red Violet #C2318D

Tints of Medium Red Violet #C2318D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.72%

R = 50.52%
G = 12.76%
B = 36.72%

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

#C2318D (or 0xC2318D) is known color: Medium Red Violet. HEX triplet: C2, 31 and 8D. RGB value is (194,49,141). Sum of RGB (Red+Green+Blue) = 194+49+141=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 49 (19.53% from 255 or 12.76% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C2318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2318D is #3DCE72. Grayscale: #666666. Windows color (decimal): -4050547 or 9253314. OLE color: 9253314.

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

Color convert

RGB 194 49 141 -
CMYK 0 0.75 0.27 0.24
HSL 321.93º 0.6% 0.48% -
HSV(B) 321.93º 0.75% 0.76% -
XYZ 28.15 15.59 26.72 -
YUV 102.84 149.54 193.02 -
System Red Green Blue C M Y K H S L
Decimal 194 49 141 0 0.75 0.27 0.24 321.93 0.6 0.48
Hex C2 31 8D 0 4B 1B 18 142 3C 30
Octal 302 61 215 0 113 33 30 502 74 60
Binary 11000010 110001 10001101 0 1001011 11011 11000 101000010 111100 110000

Color Harmonies of #C2318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2318D

Black with #C2318D

Text Example


Text Example

White with #C2318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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