Html Css Color HEX #CA129B Medium Violet Red

📋 copy color: '#CA129B'

red 202 ◦ green 18 ◦ blue 155

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

Shades of Medium Violet Red #CA129B

Tints of Medium Violet Red #CA129B

RGB

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

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

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

R = 53.87%
G = 4.8%
B = 41.33%

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

#CA129B (or 0xCA129B) is known color: Medium Violet Red. HEX triplet: CA, 12 and 9B. RGB value is (202,18,155). Sum of RGB (Red+Green+Blue) = 202+18+155=375 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.87% from 375); Green value is 18 (7.42% from 255 or 4.8% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 202 - color contains mainly: red. Hex color #CA129B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA129B is #35ED64. Grayscale: #585858. Windows color (decimal): -3534181 or 10162890. OLE color: 10162890.

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

Color convert

RGB 202 18 155 -
CMYK 0 0.91 0.23 0.21
HSL 315.33º 0.84% 0.43% -
HSV(B) 315.33º 0.91% 0.79% -
XYZ 30.49 15.36 32.37 -
YUV 88.63 165.46 208.86 -
System Red Green Blue C M Y K H S L
Decimal 202 18 155 0 0.91 0.23 0.21 315.33 0.84 0.43
Hex CA 12 9B 0 5B 17 15 13B 54 2B
Octal 312 22 233 0 133 27 25 473 124 53
Binary 11001010 10010 10011011 0 1011011 10111 10101 100111011 1010100 101011

Color Harmonies of #CA129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA129B

Black with #CA129B

Text Example


Text Example

White with #CA129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA129B; }

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

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

background-color css

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

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

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

border-color css

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

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

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