Html Css Color HEX #C2167B Medium Violet Red

📋 copy color: '#C2167B'

red 194 ◦ green 22 ◦ blue 123

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

Shades of Medium Violet Red #C2167B

Tints of Medium Violet Red #C2167B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.28%

R = 57.23%
G = 6.49%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2167B (or 0xC2167B) is known color: Medium Violet Red. HEX triplet: C2, 16 and 7B. RGB value is (194,22,123). Sum of RGB (Red+Green+Blue) = 194+22+123=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 22 (8.98% from 255 or 6.49% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2167B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C2167B is #3DE984. Grayscale: #545454. Windows color (decimal): -4057477 or 8066754. OLE color: 8066754.

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

Color convert

RGB 194 22 123 -
CMYK 0 0.89 0.37 0.24
HSL 324.77º 0.8% 0.42% -
HSV(B) 324.77º 0.89% 0.76% -
XYZ 26.11 13.47 19.96 -
YUV 84.94 149.48 205.79 -
System Red Green Blue C M Y K H S L
Decimal 194 22 123 0 0.89 0.37 0.24 324.77 0.8 0.42
Hex C2 16 7B 0 59 25 18 145 50 2A
Octal 302 26 173 0 131 45 30 505 120 52
Binary 11000010 10110 1111011 0 1011001 100101 11000 101000101 1010000 101010

Color Harmonies of #C2167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2167B

Black with #C2167B

Text Example


Text Example

White with #C2167B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2167B; }

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

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

background-color css

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

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

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

border-color css

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

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

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