Html Css Color HEX #CA2194 Medium Violet Red

📋 copy color: '#CA2194'

red 202 ◦ green 33 ◦ blue 148

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

Shades of Medium Violet Red #CA2194

Tints of Medium Violet Red #CA2194

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.62%

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

R = 52.74%
G = 8.62%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA2194 (or 0xCA2194) is known color: Medium Violet Red. HEX triplet: CA, 21 and 94. RGB value is (202,33,148). Sum of RGB (Red+Green+Blue) = 202+33+148=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2194 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2194 is #35DE6B. Grayscale: #606060. Windows color (decimal): -3530348 or 9707978. OLE color: 9707978.

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

Color convert

RGB 202 33 148 -
CMYK 0 0.84 0.27 0.21
HSL 319.17º 0.72% 0.46% -
HSV(B) 319.17º 0.84% 0.79% -
XYZ 30.25 15.78 29.47 -
YUV 96.64 156.99 203.15 -
System Red Green Blue C M Y K H S L
Decimal 202 33 148 0 0.84 0.27 0.21 319.17 0.72 0.46
Hex CA 21 94 0 54 1B 15 13F 48 2E
Octal 312 41 224 0 124 33 25 477 110 56
Binary 11001010 100001 10010100 0 1010100 11011 10101 100111111 1001000 101110

Color Harmonies of #CA2194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2194

Black with #CA2194

Text Example


Text Example

White with #CA2194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2194; }

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

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

background-color css

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

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

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

border-color css

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

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

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