Html Css Color HEX #CA128D Medium Violet Red

📋 copy color: '#CA128D'

red 202 ◦ green 18 ◦ blue 141

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

Shades of Medium Violet Red #CA128D

Tints of Medium Violet Red #CA128D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.99%

 BLUE value IS 141 (55.47% from 255) = 39.06%

R = 55.96%
G = 4.99%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA128D (or 0xCA128D) is known color: Medium Violet Red. HEX triplet: CA, 12 and 8D. RGB value is (202,18,141). Sum of RGB (Red+Green+Blue) = 202+18+141=361 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.96% from 361); Green value is 18 (7.42% from 255 or 4.99% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 202 - color contains mainly: red. Hex color #CA128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA128D is #35ED72. Grayscale: #565656. Windows color (decimal): -3534195 or 9245386. OLE color: 9245386.

HSL color Cylindrical-coordinate representation of color #CA128D: hue angle of 319.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CA128D is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 18 141 -
CMYK 0 0.91 0.30 0.21
HSL 319.89º 0.84% 0.43% -
HSV(B) 319.89º 0.91% 0.79% -
XYZ 29.38 14.91 26.53 -
YUV 87.04 158.46 210 -
System Red Green Blue C M Y K H S L
Decimal 202 18 141 0 0.91 0.30 0.21 319.89 0.84 0.43
Hex CA 12 8D 0 5B 1E 15 140 54 2B
Octal 312 22 215 0 133 36 25 500 124 53
Binary 11001010 10010 10001101 0 1011011 11110 10101 101000000 1010100 101011

Color Harmonies of #CA128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA128D

Black with #CA128D

Text Example


Text Example

White with #CA128D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA128D; }

 p { color: rgb(202,18,141); }

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

background-color css

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

 a { background-color: rgb(202,18,141); }

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

border-color css

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

 span { border-color: rgb(202,18,141); }

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