Html Css Color HEX #C22693 Medium Red Violet

📋 copy color: '#C22693'

red 194 ◦ green 38 ◦ blue 147

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

Shades of Medium Red Violet #C22693

Tints of Medium Red Violet #C22693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.79%

R = 51.19%
G = 10.03%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C22693 (or 0xC22693) is known color: Medium Red Violet. HEX triplet: C2, 26 and 93. RGB value is (194,38,147). Sum of RGB (Red+Green+Blue) = 194+38+147=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C22693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22693 is #3DD96C. Grayscale: #606060. Windows color (decimal): -4053357 or 9643714. OLE color: 9643714.

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

Color convert

RGB 194 38 147 -
CMYK 0 0.80 0.24 0.24
HSL 318.08º 0.67% 0.45% -
HSV(B) 318.08º 0.8% 0.76% -
XYZ 28.21 14.96 29.01 -
YUV 97.07 156.18 197.14 -
System Red Green Blue C M Y K H S L
Decimal 194 38 147 0 0.80 0.24 0.24 318.08 0.67 0.45
Hex C2 26 93 0 50 18 18 13E 43 2D
Octal 302 46 223 0 120 30 30 476 103 55
Binary 11000010 100110 10010011 0 1010000 11000 11000 100111110 1000011 101101

Color Harmonies of #C22693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22693

Black with #C22693

Text Example


Text Example

White with #C22693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22693; }

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

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

background-color css

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

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

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

border-color css

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

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

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