Html Css Color HEX #CA2EAB Medium Red Violet

📋 copy color: '#CA2EAB'

red 202 ◦ green 46 ◦ blue 171

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

Shades of Medium Red Violet #CA2EAB

Tints of Medium Red Violet #CA2EAB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.98%

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

R = 48.21%
G = 10.98%
B = 40.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA2EAB (or 0xCA2EAB) is known color: Medium Red Violet. HEX triplet: CA, 2E and AB. RGB value is (202,46,171). Sum of RGB (Red+Green+Blue) = 202+46+171=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 171 (67.19% from 255 or 40.81% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2EAB is #35D154. Grayscale: #6A6A6A. Windows color (decimal): -3526997 or 11218634. OLE color: 11218634.

HSL color Cylindrical-coordinate representation of color #CA2EAB: hue angle of 311.92º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2EAB is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 46 171 -
CMYK 0 0.77 0.15 0.21
HSL 311.92º 0.63% 0.49% -
HSV(B) 311.92º 0.77% 0.79% -
XYZ 32.68 17.45 40.17 -
YUV 106.89 164.18 195.84 -
System Red Green Blue C M Y K H S L
Decimal 202 46 171 0 0.77 0.15 0.21 311.92 0.63 0.49
Hex CA 2E AB 0 4D F 15 138 3F 31
Octal 312 56 253 0 115 17 25 470 77 61
Binary 11001010 101110 10101011 0 1001101 1111 10101 100111000 111111 110001

Color Harmonies of #CA2EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2EAB

Black with #CA2EAB

Text Example


Text Example

White with #CA2EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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