Html Css Color HEX #C22681 Medium Red Violet

📋 copy color: '#C22681'

red 194 ◦ green 38 ◦ blue 129

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

Shades of Medium Red Violet #C22681

Tints of Medium Red Violet #C22681

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.53%

 BLUE value IS 129 (50.78% from 255) = 35.73%

R = 53.74%
G = 10.53%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C22681 (or 0xC22681) is known color: Medium Red Violet. HEX triplet: C2, 26 and 81. RGB value is (194,38,129). Sum of RGB (Red+Green+Blue) = 194+38+129=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C22681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22681 is #3DD97E. Grayscale: #5E5E5E. Windows color (decimal): -4053375 or 8464066. OLE color: 8464066.

HSL color Cylindrical-coordinate representation of color #C22681: hue angle of 325º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22681 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 38 129 -
CMYK 0 0.80 0.34 0.24
HSL 325º 0.67% 0.45% -
HSV(B) 325º 0.8% 0.76% -
XYZ 26.9 14.44 22.14 -
YUV 95.02 147.18 198.6 -
System Red Green Blue C M Y K H S L
Decimal 194 38 129 0 0.80 0.34 0.24 325 0.67 0.45
Hex C2 26 81 0 50 22 18 145 43 2D
Octal 302 46 201 0 120 42 30 505 103 55
Binary 11000010 100110 10000001 0 1010000 100010 11000 101000101 1000011 101101

Color Harmonies of #C22681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22681

Black with #C22681

Text Example


Text Example

White with #C22681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22681; }

 p { color: rgb(194,38,129); }

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

background-color css

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

 a { background-color: rgb(194,38,129); }

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

border-color css

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

 span { border-color: rgb(194,38,129); }

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