Html Css Color HEX #C22BA7 Medium Red Violet

📋 copy color: '#C22BA7'

red 194 ◦ green 43 ◦ blue 167

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

Shades of Medium Red Violet #C22BA7

Tints of Medium Red Violet #C22BA7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.64%

 BLUE value IS 167 (65.63% from 255) = 41.34%

R = 48.02%
G = 10.64%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C22BA7 (or 0xC22BA7) is known color: Medium Red Violet. HEX triplet: C2, 2B and A7. RGB value is (194,43,167). Sum of RGB (Red+Green+Blue) = 194+43+167=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 43 (17.19% from 255 or 10.64% from 404); Blue value is 167 (65.62% from 255 or 41.34% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C22BA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22BA7 is #3DD458. Grayscale: #656565. Windows color (decimal): -4052057 or 10955714. OLE color: 10955714.

HSL color Cylindrical-coordinate representation of color #C22BA7: hue angle of 310.73º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22BA7 is Cyan = 0, Magento = 0.78, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 43 167 -
CMYK 0 0.78 0.14 0.24
HSL 310.73º 0.64% 0.46% -
HSV(B) 310.73º 0.78% 0.76% -
XYZ 30.09 15.99 38.06 -
YUV 102.29 164.53 193.42 -
System Red Green Blue C M Y K H S L
Decimal 194 43 167 0 0.78 0.14 0.24 310.73 0.64 0.46
Hex C2 2B A7 0 4E E 18 137 40 2E
Octal 302 53 247 0 116 16 30 467 100 56
Binary 11000010 101011 10100111 0 1001110 1110 11000 100110111 1000000 101110

Color Harmonies of #C22BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22BA7

Black with #C22BA7

Text Example


Text Example

White with #C22BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22BA7; }

 p { color: rgb(194,43,167); }

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

background-color css

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

 a { background-color: rgb(194,43,167); }

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

border-color css

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

 span { border-color: rgb(194,43,167); }

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