Html Css Color HEX #CA149B Medium Violet Red

📋 copy color: '#CA149B'

red 202 ◦ green 20 ◦ blue 155

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

Shades of Medium Violet Red #CA149B

Tints of Medium Violet Red #CA149B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.31%

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

R = 53.58%
G = 5.31%
B = 41.11%

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

#CA149B (or 0xCA149B) is known color: Medium Violet Red. HEX triplet: CA, 14 and 9B. RGB value is (202,20,155). Sum of RGB (Red+Green+Blue) = 202+20+155=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 20 (8.20% from 255 or 5.31% from 377); Blue value is 155 (60.94% from 255 or 41.11% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA149B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA149B is #35EB64. Grayscale: #595959. Windows color (decimal): -3533669 or 10163402. OLE color: 10163402.

HSL color Cylindrical-coordinate representation of color #CA149B: hue angle of 315.49º degrees, saturation: 0.82, 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 #CA149B is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 20 155 -
CMYK 0 0.90 0.23 0.21
HSL 315.49º 0.82% 0.44% -
HSV(B) 315.49º 0.9% 0.79% -
XYZ 30.52 15.42 32.38 -
YUV 89.81 164.8 208.02 -
System Red Green Blue C M Y K H S L
Decimal 202 20 155 0 0.90 0.23 0.21 315.49 0.82 0.44
Hex CA 14 9B 0 5A 17 15 13B 52 2C
Octal 312 24 233 0 132 27 25 473 122 54
Binary 11001010 10100 10011011 0 1011010 10111 10101 100111011 1010010 101100

Color Harmonies of #CA149B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA149B

Black with #CA149B

Text Example


Text Example

White with #CA149B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA149B; }

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

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

background-color css

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

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

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

border-color css

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

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

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