Html Css Color HEX #C22385 Medium Violet Red

📋 copy color: '#C22385'

red 194 ◦ green 35 ◦ blue 133

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

Shades of Medium Violet Red #C22385

Tints of Medium Violet Red #C22385

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.67%

 BLUE value IS 133 (52.34% from 255) = 36.74%

R = 53.59%
G = 9.67%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C22385 (or 0xC22385) is known color: Medium Violet Red. HEX triplet: C2, 23 and 85. RGB value is (194,35,133). Sum of RGB (Red+Green+Blue) = 194+35+133=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C22385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C22385 is #3DDC7A. Grayscale: #5D5D5D. Windows color (decimal): -4054139 or 8725442. OLE color: 8725442.

HSL color Cylindrical-coordinate representation of color #C22385: hue angle of 323.02º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C22385 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 35 133 -
CMYK 0 0.82 0.31 0.24
HSL 323.02º 0.69% 0.45% -
HSV(B) 323.02º 0.82% 0.76% -
XYZ 27.08 14.36 23.54 -
YUV 93.71 150.18 199.53 -
System Red Green Blue C M Y K H S L
Decimal 194 35 133 0 0.82 0.31 0.24 323.02 0.69 0.45
Hex C2 23 85 0 52 1F 18 143 45 2D
Octal 302 43 205 0 122 37 30 503 105 55
Binary 11000010 100011 10000101 0 1010010 11111 11000 101000011 1000101 101101

Color Harmonies of #C22385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22385

Black with #C22385

Text Example


Text Example

White with #C22385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22385; }

 p { color: rgb(194,35,133); }

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

background-color css

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

 a { background-color: rgb(194,35,133); }

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

border-color css

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

 span { border-color: rgb(194,35,133); }

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