Html Css Color HEX #CA28AB Medium Violet Red

📋 copy color: '#CA28AB'

red 202 ◦ green 40 ◦ blue 171

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

Shades of Medium Violet Red #CA28AB

Tints of Medium Violet Red #CA28AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.69%

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

R = 48.91%
G = 9.69%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA28AB (or 0xCA28AB) is known color: Medium Violet Red. HEX triplet: CA, 28 and AB. RGB value is (202,40,171). Sum of RGB (Red+Green+Blue) = 202+40+171=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 40 (16.02% from 255 or 9.69% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA28AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA28AB is #35D754. Grayscale: #676767. Windows color (decimal): -3528533 or 11217098. OLE color: 11217098.

HSL color Cylindrical-coordinate representation of color #CA28AB: hue angle of 311.48º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA28AB is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 40 171 -
CMYK 0 0.80 0.15 0.21
HSL 311.48º 0.67% 0.47% -
HSV(B) 311.48º 0.8% 0.79% -
XYZ 32.47 17.01 40.1 -
YUV 103.37 166.17 198.35 -
System Red Green Blue C M Y K H S L
Decimal 202 40 171 0 0.80 0.15 0.21 311.48 0.67 0.47
Hex CA 28 AB 0 50 F 15 137 43 2F
Octal 312 50 253 0 120 17 25 467 103 57
Binary 11001010 101000 10101011 0 1010000 1111 10101 100110111 1000011 101111

Color Harmonies of #CA28AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA28AB

Black with #CA28AB

Text Example


Text Example

White with #CA28AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA28AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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