Html Css Color HEX #CA1EAA Medium Violet Red

📋 copy color: '#CA1EAA'

red 202 ◦ green 30 ◦ blue 170

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

Shades of Medium Violet Red #CA1EAA

Tints of Medium Violet Red #CA1EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 42.29%

R = 50.25%
G = 7.46%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA1EAA (or 0xCA1EAA) is known color: Medium Violet Red. HEX triplet: CA, 1E and AA. RGB value is (202,30,170). Sum of RGB (Red+Green+Blue) = 202+30+170=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1EAA is #35E155. Grayscale: #616161. Windows color (decimal): -3531094 or 11149002. OLE color: 11149002.

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

Color convert

RGB 202 30 170 -
CMYK 0 0.85 0.16 0.21
HSL 311.16º 0.74% 0.45% -
HSV(B) 311.16º 0.85% 0.79% -
XYZ 32.08 16.39 39.5 -
YUV 97.39 168.98 202.62 -
System Red Green Blue C M Y K H S L
Decimal 202 30 170 0 0.85 0.16 0.21 311.16 0.74 0.45
Hex CA 1E AA 0 55 10 15 137 4A 2D
Octal 312 36 252 0 125 20 25 467 112 55
Binary 11001010 11110 10101010 0 1010101 10000 10101 100110111 1001010 101101

Color Harmonies of #CA1EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1EAA

Black with #CA1EAA

Text Example


Text Example

White with #CA1EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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