Html Css Color HEX #CA1EA1 Medium Violet Red

📋 copy color: '#CA1EA1'

red 202 ◦ green 30 ◦ blue 161

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

Shades of Medium Violet Red #CA1EA1

Tints of Medium Violet Red #CA1EA1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.63%

 BLUE value IS 161 (63.28% from 255) = 40.97%

R = 51.4%
G = 7.63%
B = 40.97%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA1EA1 (or 0xCA1EA1) is known color: Medium Violet Red. HEX triplet: CA, 1E and A1. RGB value is (202,30,161). Sum of RGB (Red+Green+Blue) = 202+30+161=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 161 (63.28% from 255 or 40.97% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1EA1 is #35E15E. Grayscale: #606060. Windows color (decimal): -3531103 or 10559178. OLE color: 10559178.

HSL color Cylindrical-coordinate representation of color #CA1EA1: hue angle of 314.3º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1EA1 is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 30 161 -
CMYK 0 0.85 0.20 0.21
HSL 314.3º 0.74% 0.45% -
HSV(B) 314.3º 0.85% 0.79% -
XYZ 31.25 16.06 35.17 -
YUV 96.36 164.48 203.35 -
System Red Green Blue C M Y K H S L
Decimal 202 30 161 0 0.85 0.20 0.21 314.3 0.74 0.45
Hex CA 1E A1 0 55 14 15 13A 4A 2D
Octal 312 36 241 0 125 24 25 472 112 55
Binary 11001010 11110 10100001 0 1010101 10100 10101 100111010 1001010 101101

Color Harmonies of #CA1EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1EA1

Black with #CA1EA1

Text Example


Text Example

White with #CA1EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1EA1; }

 p { color: rgb(202,30,161); }

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

background-color css

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

 a { background-color: rgb(202,30,161); }

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

border-color css

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

 span { border-color: rgb(202,30,161); }

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