Html Css Color HEX #CA2096 Medium Violet Red

📋 copy color: '#CA2096'

red 202 ◦ green 32 ◦ blue 150

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

Shades of Medium Violet Red #CA2096

Tints of Medium Violet Red #CA2096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.33%

 BLUE value IS 150 (58.98% from 255) = 39.06%

R = 52.6%
G = 8.33%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA2096 (or 0xCA2096) is known color: Medium Violet Red. HEX triplet: CA, 20 and 96. RGB value is (202,32,150). Sum of RGB (Red+Green+Blue) = 202+32+150=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2096 is #35DF69. Grayscale: #5F5F5F. Windows color (decimal): -3530602 or 9838794. OLE color: 9838794.

HSL color Cylindrical-coordinate representation of color #CA2096: hue angle of 318.35º degrees, saturation: 0.73, 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 #CA2096 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 32 150 -
CMYK 0 0.84 0.26 0.21
HSL 318.35º 0.73% 0.46% -
HSV(B) 318.35º 0.84% 0.79% -
XYZ 30.38 15.79 30.3 -
YUV 96.28 158.32 203.41 -
System Red Green Blue C M Y K H S L
Decimal 202 32 150 0 0.84 0.26 0.21 318.35 0.73 0.46
Hex CA 20 96 0 54 1A 15 13E 49 2E
Octal 312 40 226 0 124 32 25 476 111 56
Binary 11001010 100000 10010110 0 1010100 11010 10101 100111110 1001001 101110

Color Harmonies of #CA2096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2096

Black with #CA2096

Text Example


Text Example

White with #CA2096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2096; }

 p { color: rgb(202,32,150); }

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

background-color css

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

 a { background-color: rgb(202,32,150); }

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

border-color css

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

 span { border-color: rgb(202,32,150); }

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