Html Css Color HEX #CA3194 Medium Red Violet

📋 copy color: '#CA3194'

red 202 ◦ green 49 ◦ blue 148

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

Shades of Medium Red Violet #CA3194

Tints of Medium Red Violet #CA3194

RGB

 RED value IS 202 (79.3% from 255) = 50.63%

 GREEN value IS 49 (19.53% from 255) = 12.28%

 BLUE value IS 148 (58.2% from 255) = 37.09%

R = 50.63%
G = 12.28%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA3194 (or 0xCA3194) is known color: Medium Red Violet. HEX triplet: CA, 31 and 94. RGB value is (202,49,148). Sum of RGB (Red+Green+Blue) = 202+49+148=399 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.63% from 399); Green value is 49 (19.53% from 255 or 12.28% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3194 is #35CE6B. Grayscale: #696969. Windows color (decimal): -3526252 or 9712074. OLE color: 9712074.

HSL color Cylindrical-coordinate representation of color #CA3194: hue angle of 321.18º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA3194 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 49 148 -
CMYK 0 0.76 0.27 0.21
HSL 321.18º 0.61% 0.49% -
HSV(B) 321.18º 0.76% 0.79% -
XYZ 30.8 16.89 29.65 -
YUV 106.03 151.69 196.45 -
System Red Green Blue C M Y K H S L
Decimal 202 49 148 0 0.76 0.27 0.21 321.18 0.61 0.49
Hex CA 31 94 0 4C 1B 15 141 3D 31
Octal 312 61 224 0 114 33 25 501 75 61
Binary 11001010 110001 10010100 0 1001100 11011 10101 101000001 111101 110001

Color Harmonies of #CA3194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3194

Black with #CA3194

Text Example


Text Example

White with #CA3194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3194; }

 p { color: rgb(202,49,148); }

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

background-color css

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

 a { background-color: rgb(202,49,148); }

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

border-color css

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

 span { border-color: rgb(202,49,148); }

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