Html Css Color HEX #C2238E Medium Violet Red

📋 copy color: '#C2238E'

red 194 ◦ green 35 ◦ blue 142

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

Shades of Medium Violet Red #C2238E

Tints of Medium Violet Red #C2238E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.43%

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

R = 52.29%
G = 9.43%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C2238E (or 0xC2238E) is known color: Medium Violet Red. HEX triplet: C2, 23 and 8E. RGB value is (194,35,142). Sum of RGB (Red+Green+Blue) = 194+35+142=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2238E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2238E is #3DDC71. Grayscale: #5E5E5E. Windows color (decimal): -4054130 or 9315266. OLE color: 9315266.

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

Color convert

RGB 194 35 142 -
CMYK 0 0.82 0.27 0.24
HSL 319.62º 0.69% 0.45% -
HSV(B) 319.62º 0.82% 0.76% -
XYZ 27.73 14.62 26.95 -
YUV 94.74 154.68 198.8 -
System Red Green Blue C M Y K H S L
Decimal 194 35 142 0 0.82 0.27 0.24 319.62 0.69 0.45
Hex C2 23 8E 0 52 1B 18 140 45 2D
Octal 302 43 216 0 122 33 30 500 105 55
Binary 11000010 100011 10001110 0 1010010 11011 11000 101000000 1000101 101101

Color Harmonies of #C2238E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2238E

Black with #C2238E

Text Example


Text Example

White with #C2238E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2238E; }

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

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

background-color css

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

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

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

border-color css

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

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

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