Html Css Color HEX #CA129D Medium Violet Red

📋 copy color: '#CA129D'

red 202 ◦ green 18 ◦ blue 157

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

Shades of Medium Violet Red #CA129D

Tints of Medium Violet Red #CA129D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.64%

R = 53.58%
G = 4.77%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA129D (or 0xCA129D) is known color: Medium Violet Red. HEX triplet: CA, 12 and 9D. RGB value is (202,18,157). Sum of RGB (Red+Green+Blue) = 202+18+157=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA129D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA129D is #35ED62. Grayscale: #585858. Windows color (decimal): -3534179 or 10293962. OLE color: 10293962.

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

Color convert

RGB 202 18 157 -
CMYK 0 0.91 0.22 0.21
HSL 314.67º 0.84% 0.43% -
HSV(B) 314.67º 0.91% 0.79% -
XYZ 30.66 15.42 33.26 -
YUV 88.86 166.46 208.7 -
System Red Green Blue C M Y K H S L
Decimal 202 18 157 0 0.91 0.22 0.21 314.67 0.84 0.43
Hex CA 12 9D 0 5B 16 15 13B 54 2B
Octal 312 22 235 0 133 26 25 473 124 53
Binary 11001010 10010 10011101 0 1011011 10110 10101 100111011 1010100 101011

Color Harmonies of #CA129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA129D

Black with #CA129D

Text Example


Text Example

White with #CA129D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA129D; }

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

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

background-color css

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

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

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

border-color css

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

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

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