Html Css Color HEX #CA28A2 Medium Violet Red

📋 copy color: '#CA28A2'

red 202 ◦ green 40 ◦ blue 162

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

Shades of Medium Violet Red #CA28A2

Tints of Medium Violet Red #CA28A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.1%

R = 50%
G = 9.9%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA28A2 (or 0xCA28A2) is known color: Medium Violet Red. HEX triplet: CA, 28 and A2. RGB value is (202,40,162). Sum of RGB (Red+Green+Blue) = 202+40+162=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 162 (63.67% from 255 or 40.10% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA28A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA28A2 is #35D75D. Grayscale: #666666. Windows color (decimal): -3528542 or 10627274. OLE color: 10627274.

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

Color convert

RGB 202 40 162 -
CMYK 0 0.80 0.20 0.21
HSL 314.81º 0.67% 0.47% -
HSV(B) 314.81º 0.8% 0.79% -
XYZ 31.64 16.68 35.74 -
YUV 102.35 161.67 199.08 -
System Red Green Blue C M Y K H S L
Decimal 202 40 162 0 0.80 0.20 0.21 314.81 0.67 0.47
Hex CA 28 A2 0 50 14 15 13B 43 2F
Octal 312 50 242 0 120 24 25 473 103 57
Binary 11001010 101000 10100010 0 1010000 10100 10101 100111011 1000011 101111

Color Harmonies of #CA28A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA28A2

Black with #CA28A2

Text Example


Text Example

White with #CA28A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA28A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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