Html Css Color HEX #C2148C Medium Violet Red

📋 copy color: '#C2148C'

red 194 ◦ green 20 ◦ blue 140

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

Shades of Medium Violet Red #C2148C

Tints of Medium Violet Red #C2148C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.65%

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

R = 54.8%
G = 5.65%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C2148C (or 0xC2148C) is known color: Medium Violet Red. HEX triplet: C2, 14 and 8C. RGB value is (194,20,140). Sum of RGB (Red+Green+Blue) = 194+20+140=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 20 (8.20% from 255 or 5.65% from 354); Blue value is 140 (55.08% from 255 or 39.55% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C2148C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2148C is #3DEB73. Grayscale: #555555. Windows color (decimal): -4057972 or 9180354. OLE color: 9180354.

HSL color Cylindrical-coordinate representation of color #C2148C: hue angle of 318.62º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2148C is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 20 140 -
CMYK 0 0.90 0.28 0.24
HSL 318.62º 0.81% 0.42% -
HSV(B) 318.62º 0.9% 0.76% -
XYZ 27.23 13.86 26.05 -
YUV 85.71 158.65 205.24 -
System Red Green Blue C M Y K H S L
Decimal 194 20 140 0 0.90 0.28 0.24 318.62 0.81 0.42
Hex C2 14 8C 0 5A 1C 18 13F 51 2A
Octal 302 24 214 0 132 34 30 477 121 52
Binary 11000010 10100 10001100 0 1011010 11100 11000 100111111 1010001 101010

Color Harmonies of #C2148C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2148C

Black with #C2148C

Text Example


Text Example

White with #C2148C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2148C; }

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

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

background-color css

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

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

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

border-color css

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

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

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