Html Css Color HEX #CA139A Medium Violet Red

📋 copy color: '#CA139A'

red 202 ◦ green 19 ◦ blue 154

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

Shades of Medium Violet Red #CA139A

Tints of Medium Violet Red #CA139A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.07%

R = 53.87%
G = 5.07%
B = 41.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA139A (or 0xCA139A) is known color: Medium Violet Red. HEX triplet: CA, 13 and 9A. RGB value is (202,19,154). Sum of RGB (Red+Green+Blue) = 202+19+154=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 19 (7.81% from 255 or 5.07% from 375); Blue value is 154 (60.55% from 255 or 41.07% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA139A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA139A is #35EC65. Grayscale: #585858. Windows color (decimal): -3533926 or 10097610. OLE color: 10097610.

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

Color convert

RGB 202 19 154 -
CMYK 0 0.91 0.24 0.21
HSL 315.74º 0.83% 0.43% -
HSV(B) 315.74º 0.91% 0.79% -
XYZ 30.42 15.36 31.93 -
YUV 89.11 164.63 208.52 -
System Red Green Blue C M Y K H S L
Decimal 202 19 154 0 0.91 0.24 0.21 315.74 0.83 0.43
Hex CA 13 9A 0 5B 18 15 13C 53 2B
Octal 312 23 232 0 133 30 25 474 123 53
Binary 11001010 10011 10011010 0 1011011 11000 10101 100111100 1010011 101011

Color Harmonies of #CA139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA139A

Black with #CA139A

Text Example


Text Example

White with #CA139A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA139A; }

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

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

background-color css

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

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

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

border-color css

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

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

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