Html Css Color HEX #CA1EAB Medium Violet Red

📋 copy color: '#CA1EAB'

red 202 ◦ green 30 ◦ blue 171

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

Shades of Medium Violet Red #CA1EAB

Tints of Medium Violet Red #CA1EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.43%

R = 50.12%
G = 7.44%
B = 42.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA1EAB (or 0xCA1EAB) is known color: Medium Violet Red. HEX triplet: CA, 1E and AB. RGB value is (202,30,171). Sum of RGB (Red+Green+Blue) = 202+30+171=403 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.12% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1EAB is #35E154. Grayscale: #616161. Windows color (decimal): -3531093 or 11214538. OLE color: 11214538.

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

Color convert

RGB 202 30 171 -
CMYK 0 0.85 0.15 0.21
HSL 310.81º 0.74% 0.45% -
HSV(B) 310.81º 0.85% 0.79% -
XYZ 32.17 16.43 40 -
YUV 97.5 169.48 202.54 -
System Red Green Blue C M Y K H S L
Decimal 202 30 171 0 0.85 0.15 0.21 310.81 0.74 0.45
Hex CA 1E AB 0 55 F 15 137 4A 2D
Octal 312 36 253 0 125 17 25 467 112 55
Binary 11001010 11110 10101011 0 1010101 1111 10101 100110111 1001010 101101

Color Harmonies of #CA1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1EAB

Black with #CA1EAB

Text Example


Text Example

White with #CA1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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