Html Css Color HEX #CA1DAA Medium Violet Red

📋 copy color: '#CA1DAA'

red 202 ◦ green 29 ◦ blue 170

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

Shades of Medium Violet Red #CA1DAA

Tints of Medium Violet Red #CA1DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.23%

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

R = 50.37%
G = 7.23%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA1DAA (or 0xCA1DAA) is known color: Medium Violet Red. HEX triplet: CA, 1D and AA. RGB value is (202,29,170). Sum of RGB (Red+Green+Blue) = 202+29+170=401 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.37% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1DAA is #35E255. Grayscale: #606060. Windows color (decimal): -3531350 or 11148746. OLE color: 11148746.

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

Color convert

RGB 202 29 170 -
CMYK 0 0.86 0.16 0.21
HSL 311.1º 0.75% 0.45% -
HSV(B) 311.1º 0.86% 0.79% -
XYZ 32.05 16.34 39.49 -
YUV 96.8 169.31 203.04 -
System Red Green Blue C M Y K H S L
Decimal 202 29 170 0 0.86 0.16 0.21 311.1 0.75 0.45
Hex CA 1D AA 0 56 10 15 137 4B 2D
Octal 312 35 252 0 126 20 25 467 113 55
Binary 11001010 11101 10101010 0 1010110 10000 10101 100110111 1001011 101101

Color Harmonies of #CA1DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1DAA

Black with #CA1DAA

Text Example


Text Example

White with #CA1DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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