Html Css Color HEX #CA288A Medium Red Violet

📋 copy color: '#CA288A'

red 202 ◦ green 40 ◦ blue 138

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

Shades of Medium Red Violet #CA288A

Tints of Medium Red Violet #CA288A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.32%

R = 53.16%
G = 10.53%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA288A (or 0xCA288A) is known color: Medium Red Violet. HEX triplet: CA, 28 and 8A. RGB value is (202,40,138). Sum of RGB (Red+Green+Blue) = 202+40+138=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 40 (16.02% from 255 or 10.53% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CA288A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA288A is #35D775. Grayscale: #636363. Windows color (decimal): -3528566 or 9054410. OLE color: 9054410.

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

Color convert

RGB 202 40 138 -
CMYK 0 0.80 0.32 0.21
HSL 323.7º 0.67% 0.47% -
HSV(B) 323.7º 0.8% 0.79% -
XYZ 29.7 15.91 25.55 -
YUV 99.61 149.67 201.03 -
System Red Green Blue C M Y K H S L
Decimal 202 40 138 0 0.80 0.32 0.21 323.7 0.67 0.47
Hex CA 28 8A 0 50 20 15 144 43 2F
Octal 312 50 212 0 120 40 25 504 103 57
Binary 11001010 101000 10001010 0 1010000 100000 10101 101000100 1000011 101111

Color Harmonies of #CA288A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA288A

Black with #CA288A

Text Example


Text Example

White with #CA288A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA288A; }

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

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

background-color css

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

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

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

border-color css

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

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

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