Html Css Color HEX #C2238C Medium Violet Red

📋 copy color: '#C2238C'

red 194 ◦ green 35 ◦ blue 140

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

Shades of Medium Violet Red #C2238C

Tints of Medium Violet Red #C2238C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.94%

R = 52.57%
G = 9.49%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2238C (or 0xC2238C) is known color: Medium Violet Red. HEX triplet: C2, 23 and 8C. RGB value is (194,35,140). Sum of RGB (Red+Green+Blue) = 194+35+140=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2238C is #3DDC73. Grayscale: #5E5E5E. Windows color (decimal): -4054132 or 9184194. OLE color: 9184194.

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

Color convert

RGB 194 35 140 -
CMYK 0 0.82 0.28 0.24
HSL 320.38º 0.69% 0.45% -
HSV(B) 320.38º 0.82% 0.76% -
XYZ 27.58 14.56 26.17 -
YUV 94.51 153.68 198.96 -
System Red Green Blue C M Y K H S L
Decimal 194 35 140 0 0.82 0.28 0.24 320.38 0.69 0.45
Hex C2 23 8C 0 52 1C 18 140 45 2D
Octal 302 43 214 0 122 34 30 500 105 55
Binary 11000010 100011 10001100 0 1010010 11100 11000 101000000 1000101 101101

Color Harmonies of #C2238C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2238C

Black with #C2238C

Text Example


Text Example

White with #C2238C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2238C; }

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

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

background-color css

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

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

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

border-color css

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

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

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