Html Css Color HEX #CA159B Medium Violet Red

📋 copy color: '#CA159B'

red 202 ◦ green 21 ◦ blue 155

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

Shades of Medium Violet Red #CA159B

Tints of Medium Violet Red #CA159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.56%

 BLUE value IS 155 (60.94% from 255) = 41.01%

R = 53.44%
G = 5.56%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA159B (or 0xCA159B) is known color: Medium Violet Red. HEX triplet: CA, 15 and 9B. RGB value is (202,21,155). Sum of RGB (Red+Green+Blue) = 202+21+155=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 21 (8.59% from 255 or 5.56% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA159B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA159B is #35EA64. Grayscale: #5A5A5A. Windows color (decimal): -3533413 or 10163658. OLE color: 10163658.

HSL color Cylindrical-coordinate representation of color #CA159B: hue angle of 315.58º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA159B is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 21 155 -
CMYK 0 0.90 0.23 0.21
HSL 315.58º 0.81% 0.44% -
HSV(B) 315.58º 0.9% 0.79% -
XYZ 30.54 15.46 32.38 -
YUV 90.4 164.47 207.6 -
System Red Green Blue C M Y K H S L
Decimal 202 21 155 0 0.90 0.23 0.21 315.58 0.81 0.44
Hex CA 15 9B 0 5A 17 15 13C 51 2C
Octal 312 25 233 0 132 27 25 474 121 54
Binary 11001010 10101 10011011 0 1011010 10111 10101 100111100 1010001 101100

Color Harmonies of #CA159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA159B

Black with #CA159B

Text Example


Text Example

White with #CA159B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA159B; }

 p { color: rgb(202,21,155); }

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

background-color css

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

 a { background-color: rgb(202,21,155); }

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

border-color css

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

 span { border-color: rgb(202,21,155); }

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