Html Css Color HEX #CA028F Medium Violet Red

📋 copy color: '#CA028F'

red 202 ◦ green 2 ◦ blue 143

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

Shades of Medium Violet Red #CA028F

Tints of Medium Violet Red #CA028F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 58.21%
G = 0.58%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA028F (or 0xCA028F) is known color: Medium Violet Red. HEX triplet: CA, 02 and 8F. RGB value is (202,2,143). Sum of RGB (Red+Green+Blue) = 202+2+143=347 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.21% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 202 - color contains mainly: red. Hex color #CA028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA028F is #35FD70. Grayscale: #4D4D4D. Windows color (decimal): -3538289 or 9372362. OLE color: 9372362.

HSL color Cylindrical-coordinate representation of color #CA028F: hue angle of 317.7º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CA028F is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 2 143 -
CMYK 0 0.99 0.29 0.21
HSL 317.7º 0.98% 0.4% -
HSV(B) 317.7º 0.99% 0.79% -
XYZ 29.34 14.58 27.26 -
YUV 77.87 164.76 216.54 -
System Red Green Blue C M Y K H S L
Decimal 202 2 143 0 0.99 0.29 0.21 317.7 0.98 0.4
Hex CA 2 8F 0 63 1D 15 13E 62 28
Octal 312 2 217 0 143 35 25 476 142 50
Binary 11001010 10 10001111 0 1100011 11101 10101 100111110 1100010 101000

Color Harmonies of #CA028F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA028F

Black with #CA028F

Text Example


Text Example

White with #CA028F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA028F; }

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

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

background-color css

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

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

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

border-color css

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

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

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