Html Css Color HEX #CA028E Medium Violet Red

📋 copy color: '#CA028E'

red 202 ◦ green 2 ◦ blue 142

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

Shades of Medium Violet Red #CA028E

Tints of Medium Violet Red #CA028E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 41.04%

R = 58.38%
G = 0.58%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA028E (or 0xCA028E) is known color: Medium Violet Red. HEX triplet: CA, 02 and 8E. RGB value is (202,2,142). Sum of RGB (Red+Green+Blue) = 202+2+142=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA028E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA028E is #35FD71. Grayscale: #4D4D4D. Windows color (decimal): -3538290 or 9306826. OLE color: 9306826.

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

Color convert

RGB 202 2 142 -
CMYK 0 0.99 0.30 0.21
HSL 318º 0.98% 0.4% -
HSV(B) 318º 0.99% 0.79% -
XYZ 29.26 14.55 26.86 -
YUV 77.76 164.26 216.62 -
System Red Green Blue C M Y K H S L
Decimal 202 2 142 0 0.99 0.30 0.21 318 0.98 0.4
Hex CA 2 8E 0 63 1E 15 13E 62 28
Octal 312 2 216 0 143 36 25 476 142 50
Binary 11001010 10 10001110 0 1100011 11110 10101 100111110 1100010 101000

Color Harmonies of #CA028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA028E

Black with #CA028E

Text Example


Text Example

White with #CA028E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA028E; }

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

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

background-color css

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

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

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

border-color css

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

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

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