Html Css Color HEX #CA288B Medium Red Violet

📋 copy color: '#CA288B'

red 202 ◦ green 40 ◦ blue 139

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

Shades of Medium Red Violet #CA288B

Tints of Medium Red Violet #CA288B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.48%

R = 53.02%
G = 10.5%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA288B (or 0xCA288B) is known color: Medium Red Violet. HEX triplet: CA, 28 and 8B. RGB value is (202,40,139). Sum of RGB (Red+Green+Blue) = 202+40+139=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA288B is #35D774. Grayscale: #636363. Windows color (decimal): -3528565 or 9119946. OLE color: 9119946.

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

Color convert

RGB 202 40 139 -
CMYK 0 0.80 0.31 0.21
HSL 323.33º 0.67% 0.47% -
HSV(B) 323.33º 0.8% 0.79% -
XYZ 29.78 15.94 25.93 -
YUV 99.72 150.17 200.95 -
System Red Green Blue C M Y K H S L
Decimal 202 40 139 0 0.80 0.31 0.21 323.33 0.67 0.47
Hex CA 28 8B 0 50 1F 15 143 43 2F
Octal 312 50 213 0 120 37 25 503 103 57
Binary 11001010 101000 10001011 0 1010000 11111 10101 101000011 1000011 101111

Color Harmonies of #CA288B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA288B

Black with #CA288B

Text Example


Text Example

White with #CA288B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA288B; }

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

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

background-color css

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

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

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

border-color css

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

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

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