Html Css Color HEX #C2258D Medium Red Violet

📋 copy color: '#C2258D'

red 194 ◦ green 37 ◦ blue 141

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

Shades of Medium Red Violet #C2258D

Tints of Medium Red Violet #C2258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.95%

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

R = 52.15%
G = 9.95%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2258D (or 0xC2258D) is known color: Medium Red Violet. HEX triplet: C2, 25 and 8D. RGB value is (194,37,141). Sum of RGB (Red+Green+Blue) = 194+37+141=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2258D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2258D is #3DDA72. Grayscale: #5F5F5F. Windows color (decimal): -4053619 or 9250242. OLE color: 9250242.

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

Color convert

RGB 194 37 141 -
CMYK 0 0.81 0.27 0.24
HSL 320.25º 0.68% 0.45% -
HSV(B) 320.25º 0.81% 0.76% -
XYZ 27.72 14.72 26.58 -
YUV 95.8 153.51 198.04 -
System Red Green Blue C M Y K H S L
Decimal 194 37 141 0 0.81 0.27 0.24 320.25 0.68 0.45
Hex C2 25 8D 0 51 1B 18 140 44 2D
Octal 302 45 215 0 121 33 30 500 104 55
Binary 11000010 100101 10001101 0 1010001 11011 11000 101000000 1000100 101101

Color Harmonies of #C2258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2258D

Black with #C2258D

Text Example


Text Example

White with #C2258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2258D; }

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

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

background-color css

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

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

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

border-color css

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

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

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