Html Css Color HEX #CA28AA Medium Violet Red

📋 copy color: '#CA28AA'

red 202 ◦ green 40 ◦ blue 170

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

Shades of Medium Violet Red #CA28AA

Tints of Medium Violet Red #CA28AA

RGB

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

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

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

R = 49.03%
G = 9.71%
B = 41.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#CA28AA (or 0xCA28AA) is known color: Medium Violet Red. HEX triplet: CA, 28 and AA. RGB value is (202,40,170). Sum of RGB (Red+Green+Blue) = 202+40+170=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 170 (66.80% from 255 or 41.26% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA28AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA28AA is #35D755. Grayscale: #666666. Windows color (decimal): -3528534 or 11151562. OLE color: 11151562.

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

Color convert

RGB 202 40 170 -
CMYK 0 0.80 0.16 0.21
HSL 311.85º 0.67% 0.47% -
HSV(B) 311.85º 0.8% 0.79% -
XYZ 32.37 16.98 39.6 -
YUV 103.26 165.67 198.43 -
System Red Green Blue C M Y K H S L
Decimal 202 40 170 0 0.80 0.16 0.21 311.85 0.67 0.47
Hex CA 28 AA 0 50 10 15 138 43 2F
Octal 312 50 252 0 120 20 25 470 103 57
Binary 11001010 101000 10101010 0 1010000 10000 10101 100111000 1000011 101111

Color Harmonies of #CA28AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA28AA

Black with #CA28AA

Text Example


Text Example

White with #CA28AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA28AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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