Html Css Color HEX #C2238F Medium Violet Red

📋 copy color: '#C2238F'

red 194 ◦ green 35 ◦ blue 143

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

Shades of Medium Violet Red #C2238F

Tints of Medium Violet Red #C2238F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.44%

R = 52.15%
G = 9.41%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C2238F (or 0xC2238F) is known color: Medium Violet Red. HEX triplet: C2, 23 and 8F. RGB value is (194,35,143). Sum of RGB (Red+Green+Blue) = 194+35+143=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2238F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2238F is #3DDC70. Grayscale: #5E5E5E. Windows color (decimal): -4054129 or 9380802. OLE color: 9380802.

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

Color convert

RGB 194 35 143 -
CMYK 0 0.82 0.26 0.24
HSL 319.25º 0.69% 0.45% -
HSV(B) 319.25º 0.82% 0.76% -
XYZ 27.81 14.65 27.35 -
YUV 94.85 155.18 198.72 -
System Red Green Blue C M Y K H S L
Decimal 194 35 143 0 0.82 0.26 0.24 319.25 0.69 0.45
Hex C2 23 8F 0 52 1A 18 13F 45 2D
Octal 302 43 217 0 122 32 30 477 105 55
Binary 11000010 100011 10001111 0 1010010 11010 11000 100111111 1000101 101101

Color Harmonies of #C2238F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2238F

Black with #C2238F

Text Example


Text Example

White with #C2238F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2238F; }

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

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

background-color css

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

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

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

border-color css

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

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

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