Html Css Color HEX #CA1896 Medium Violet Red

📋 copy color: '#CA1896'

red 202 ◦ green 24 ◦ blue 150

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

Shades of Medium Violet Red #CA1896

Tints of Medium Violet Red #CA1896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.38%

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

R = 53.72%
G = 6.38%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CA1896 (or 0xCA1896) is known color: Medium Violet Red. HEX triplet: CA, 18 and 96. RGB value is (202,24,150). Sum of RGB (Red+Green+Blue) = 202+24+150=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1896 is #35E769. Grayscale: #5B5B5B. Windows color (decimal): -3532650 or 9836746. OLE color: 9836746.

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

Color convert

RGB 202 24 150 -
CMYK 0 0.88 0.26 0.21
HSL 317.53º 0.79% 0.44% -
HSV(B) 317.53º 0.88% 0.79% -
XYZ 30.19 15.41 30.24 -
YUV 91.59 160.97 206.75 -
System Red Green Blue C M Y K H S L
Decimal 202 24 150 0 0.88 0.26 0.21 317.53 0.79 0.44
Hex CA 18 96 0 58 1A 15 13E 4F 2C
Octal 312 30 226 0 130 32 25 476 117 54
Binary 11001010 11000 10010110 0 1011000 11010 10101 100111110 1001111 101100

Color Harmonies of #CA1896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1896

Black with #CA1896

Text Example


Text Example

White with #CA1896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1896; }

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

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

background-color css

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

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

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

border-color css

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

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

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