Html Css Color HEX #CA28AD Medium Violet Red

📋 copy color: '#CA28AD'

red 202 ◦ green 40 ◦ blue 173

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

Shades of Medium Violet Red #CA28AD

Tints of Medium Violet Red #CA28AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.69%

R = 48.67%
G = 9.64%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA28AD (or 0xCA28AD) is known color: Medium Violet Red. HEX triplet: CA, 28 and AD. RGB value is (202,40,173). Sum of RGB (Red+Green+Blue) = 202+40+173=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 40 (16.02% from 255 or 9.64% from 415); Blue value is 173 (67.97% from 255 or 41.69% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA28AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA28AD is #35D752. Grayscale: #676767. Windows color (decimal): -3528531 or 11348170. OLE color: 11348170.

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

Color convert

RGB 202 40 173 -
CMYK 0 0.80 0.14 0.21
HSL 310.74º 0.67% 0.47% -
HSV(B) 310.74º 0.8% 0.79% -
XYZ 32.66 17.09 41.11 -
YUV 103.6 167.17 198.19 -
System Red Green Blue C M Y K H S L
Decimal 202 40 173 0 0.80 0.14 0.21 310.74 0.67 0.47
Hex CA 28 AD 0 50 E 15 137 43 2F
Octal 312 50 255 0 120 16 25 467 103 57
Binary 11001010 101000 10101101 0 1010000 1110 10101 100110111 1000011 101111

Color Harmonies of #CA28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA28AD

Black with #CA28AD

Text Example


Text Example

White with #CA28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA28AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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