Html Css Color HEX #C2248E Medium Violet Red

📋 copy color: '#C2248E'

red 194 ◦ green 36 ◦ blue 142

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

Shades of Medium Violet Red #C2248E

Tints of Medium Violet Red #C2248E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.68%

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

R = 52.15%
G = 9.68%
B = 38.17%

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

#C2248E (or 0xC2248E) is known color: Medium Violet Red. HEX triplet: C2, 24 and 8E. RGB value is (194,36,142). Sum of RGB (Red+Green+Blue) = 194+36+142=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2248E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2248E is #3DDB71. Grayscale: #5F5F5F. Windows color (decimal): -4053874 or 9315522. OLE color: 9315522.

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

Color convert

RGB 194 36 142 -
CMYK 0 0.81 0.27 0.24
HSL 319.75º 0.69% 0.45% -
HSV(B) 319.75º 0.81% 0.76% -
XYZ 27.76 14.68 26.96 -
YUV 95.33 154.35 198.38 -
System Red Green Blue C M Y K H S L
Decimal 194 36 142 0 0.81 0.27 0.24 319.75 0.69 0.45
Hex C2 24 8E 0 51 1B 18 140 45 2D
Octal 302 44 216 0 121 33 30 500 105 55
Binary 11000010 100100 10001110 0 1010001 11011 11000 101000000 1000101 101101

Color Harmonies of #C2248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2248E

Black with #C2248E

Text Example


Text Example

White with #C2248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2248E; }

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

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

background-color css

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

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

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

border-color css

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

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

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