Html Css Color HEX #C2169C Medium Violet Red

📋 copy color: '#C2169C'

red 194 ◦ green 22 ◦ blue 156

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

Shades of Medium Violet Red #C2169C

Tints of Medium Violet Red #C2169C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.91%

 BLUE value IS 156 (61.33% from 255) = 41.94%

R = 52.15%
G = 5.91%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2169C (or 0xC2169C) is known color: Medium Violet Red. HEX triplet: C2, 16 and 9C. RGB value is (194,22,156). Sum of RGB (Red+Green+Blue) = 194+22+156=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2169C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2169C is #3DE963. Grayscale: #585858. Windows color (decimal): -4057444 or 10229442. OLE color: 10229442.

HSL color Cylindrical-coordinate representation of color #C2169C: hue angle of 313.26º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C2169C is Cyan = 0, Magento = 0.89, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 22 156 -
CMYK 0 0.89 0.20 0.24
HSL 313.26º 0.8% 0.42% -
HSV(B) 313.26º 0.89% 0.76% -
XYZ 28.54 14.44 32.74 -
YUV 88.7 165.98 203.1 -
System Red Green Blue C M Y K H S L
Decimal 194 22 156 0 0.89 0.20 0.24 313.26 0.8 0.42
Hex C2 16 9C 0 59 14 18 139 50 2A
Octal 302 26 234 0 131 24 30 471 120 52
Binary 11000010 10110 10011100 0 1011001 10100 11000 100111001 1010000 101010

Color Harmonies of #C2169C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2169C

Black with #C2169C

Text Example


Text Example

White with #C2169C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2169C; }

 p { color: rgb(194,22,156); }

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

background-color css

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

 a { background-color: rgb(194,22,156); }

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

border-color css

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

 span { border-color: rgb(194,22,156); }

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