Html Css Color HEX #CA1696 Medium Violet Red

📋 copy color: '#CA1696'

red 202 ◦ green 22 ◦ blue 150

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

Shades of Medium Violet Red #CA1696

Tints of Medium Violet Red #CA1696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.88%

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

R = 54.01%
G = 5.88%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA1696 (or 0xCA1696) is known color: Medium Violet Red. HEX triplet: CA, 16 and 96. RGB value is (202,22,150). Sum of RGB (Red+Green+Blue) = 202+22+150=374 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.01% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1696 is #35E969. Grayscale: #5A5A5A. Windows color (decimal): -3533162 or 9836234. OLE color: 9836234.

HSL color Cylindrical-coordinate representation of color #CA1696: hue angle of 317.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1696 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 22 150 -
CMYK 0 0.89 0.26 0.21
HSL 317.33º 0.8% 0.44% -
HSV(B) 317.33º 0.89% 0.79% -
XYZ 30.15 15.33 30.22 -
YUV 90.41 161.63 207.59 -
System Red Green Blue C M Y K H S L
Decimal 202 22 150 0 0.89 0.26 0.21 317.33 0.8 0.44
Hex CA 16 96 0 59 1A 15 13D 50 2C
Octal 312 26 226 0 131 32 25 475 120 54
Binary 11001010 10110 10010110 0 1011001 11010 10101 100111101 1010000 101100

Color Harmonies of #CA1696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1696

Black with #CA1696

Text Example


Text Example

White with #CA1696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1696; }

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

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

background-color css

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

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

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

border-color css

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

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

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