Html Css Color HEX #CA1EA4 Medium Violet Red

📋 copy color: '#CA1EA4'

red 202 ◦ green 30 ◦ blue 164

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

Shades of Medium Violet Red #CA1EA4

Tints of Medium Violet Red #CA1EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 41.41%

R = 51.01%
G = 7.58%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#CA1EA4 (or 0xCA1EA4) is known color: Medium Violet Red. HEX triplet: CA, 1E and A4. RGB value is (202,30,164). Sum of RGB (Red+Green+Blue) = 202+30+164=396 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.01% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 164 (64.45% from 255 or 41.41% from 396); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1EA4 is #35E15B. Grayscale: #606060. Windows color (decimal): -3531100 or 10755786. OLE color: 10755786.

HSL color Cylindrical-coordinate representation of color #CA1EA4: hue angle of 313.26º 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 #CA1EA4 is Cyan = 0, Magento = 0.85, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 30 164 -
CMYK 0 0.85 0.19 0.21
HSL 313.26º 0.74% 0.45% -
HSV(B) 313.26º 0.85% 0.79% -
XYZ 31.52 16.17 36.58 -
YUV 96.7 165.98 203.1 -
System Red Green Blue C M Y K H S L
Decimal 202 30 164 0 0.85 0.19 0.21 313.26 0.74 0.45
Hex CA 1E A4 0 55 13 15 139 4A 2D
Octal 312 36 244 0 125 23 25 471 112 55
Binary 11001010 11110 10100100 0 1010101 10011 10101 100111001 1001010 101101

Color Harmonies of #CA1EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1EA4

Black with #CA1EA4

Text Example


Text Example

White with #CA1EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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