Html Css Color HEX #CA128B Medium Violet Red

📋 copy color: '#CA128B'

red 202 ◦ green 18 ◦ blue 139

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

Shades of Medium Violet Red #CA128B

Tints of Medium Violet Red #CA128B

RGB

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

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

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

R = 56.27%
G = 5.01%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA128B (or 0xCA128B) is known color: Medium Violet Red. HEX triplet: CA, 12 and 8B. RGB value is (202,18,139). Sum of RGB (Red+Green+Blue) = 202+18+139=359 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.27% from 359); Green value is 18 (7.42% from 255 or 5.01% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 202 - color contains mainly: red. Hex color #CA128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA128B is #35ED74. Grayscale: #565656. Windows color (decimal): -3534197 or 9114314. OLE color: 9114314.

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

Color convert

RGB 202 18 139 -
CMYK 0 0.91 0.31 0.21
HSL 320.54º 0.84% 0.43% -
HSV(B) 320.54º 0.91% 0.79% -
XYZ 29.23 14.85 25.75 -
YUV 86.81 157.46 210.16 -
System Red Green Blue C M Y K H S L
Decimal 202 18 139 0 0.91 0.31 0.21 320.54 0.84 0.43
Hex CA 12 8B 0 5B 1F 15 141 54 2B
Octal 312 22 213 0 133 37 25 501 124 53
Binary 11001010 10010 10001011 0 1011011 11111 10101 101000001 1010100 101011

Color Harmonies of #CA128B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA128B

Black with #CA128B

Text Example


Text Example

White with #CA128B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA128B; }

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

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

background-color css

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

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

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

border-color css

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

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

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