Html Css Color HEX #CA139B Medium Violet Red

📋 copy color: '#CA139B'

red 202 ◦ green 19 ◦ blue 155

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

Shades of Medium Violet Red #CA139B

Tints of Medium Violet Red #CA139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.05%

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

R = 53.72%
G = 5.05%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#CA139B (or 0xCA139B) is known color: Medium Violet Red. HEX triplet: CA, 13 and 9B. RGB value is (202,19,155). Sum of RGB (Red+Green+Blue) = 202+19+155=376 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.72% from 376); Green value is 19 (7.81% from 255 or 5.05% from 376); Blue value is 155 (60.94% from 255 or 41.22% from 376); Max value from RGB is 202 - color contains mainly: red. Hex color #CA139B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA139B is #35EC64. Grayscale: #585858. Windows color (decimal): -3533925 or 10163146. OLE color: 10163146.

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

Color convert

RGB 202 19 155 -
CMYK 0 0.91 0.23 0.21
HSL 315.41º 0.83% 0.43% -
HSV(B) 315.41º 0.91% 0.79% -
XYZ 30.51 15.39 32.37 -
YUV 89.22 165.13 208.44 -
System Red Green Blue C M Y K H S L
Decimal 202 19 155 0 0.91 0.23 0.21 315.41 0.83 0.43
Hex CA 13 9B 0 5B 17 15 13B 53 2B
Octal 312 23 233 0 133 27 25 473 123 53
Binary 11001010 10011 10011011 0 1011011 10111 10101 100111011 1010011 101011

Color Harmonies of #CA139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA139B

Black with #CA139B

Text Example


Text Example

White with #CA139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA139B; }

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

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

background-color css

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

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

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

border-color css

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

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

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