Html Css Color HEX #CA288F Medium Red Violet

📋 copy color: '#CA288F'

red 202 ◦ green 40 ◦ blue 143

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

Shades of Medium Red Violet #CA288F

Tints of Medium Red Violet #CA288F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 52.47%
G = 10.39%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA288F (or 0xCA288F) is known color: Medium Red Violet. HEX triplet: CA, 28 and 8F. RGB value is (202,40,143). Sum of RGB (Red+Green+Blue) = 202+40+143=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CA288F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA288F is #35D770. Grayscale: #636363. Windows color (decimal): -3528561 or 9382090. OLE color: 9382090.

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

Color convert

RGB 202 40 143 -
CMYK 0 0.80 0.29 0.21
HSL 321.85º 0.67% 0.47% -
HSV(B) 321.85º 0.8% 0.79% -
XYZ 30.07 16.06 27.5 -
YUV 100.18 152.17 200.62 -
System Red Green Blue C M Y K H S L
Decimal 202 40 143 0 0.80 0.29 0.21 321.85 0.67 0.47
Hex CA 28 8F 0 50 1D 15 142 43 2F
Octal 312 50 217 0 120 35 25 502 103 57
Binary 11001010 101000 10001111 0 1010000 11101 10101 101000010 1000011 101111

Color Harmonies of #CA288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA288F

Black with #CA288F

Text Example


Text Example

White with #CA288F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA288F; }

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

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

background-color css

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

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

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

border-color css

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

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

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