Html Css Color HEX #CA129E Medium Violet Red

📋 copy color: '#CA129E'

red 202 ◦ green 18 ◦ blue 158

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

Shades of Medium Violet Red #CA129E

Tints of Medium Violet Red #CA129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.8%

R = 53.44%
G = 4.76%
B = 41.8%

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

#CA129E (or 0xCA129E) is known color: Medium Violet Red. HEX triplet: CA, 12 and 9E. RGB value is (202,18,158). Sum of RGB (Red+Green+Blue) = 202+18+158=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 158 (62.11% from 255 or 41.80% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CA129E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA129E is #35ED61. Grayscale: #585858. Windows color (decimal): -3534178 or 10359498. OLE color: 10359498.

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

Color convert

RGB 202 18 158 -
CMYK 0 0.91 0.22 0.21
HSL 314.35º 0.84% 0.43% -
HSV(B) 314.35º 0.91% 0.79% -
XYZ 30.74 15.46 33.71 -
YUV 88.98 166.96 208.62 -
System Red Green Blue C M Y K H S L
Decimal 202 18 158 0 0.91 0.22 0.21 314.35 0.84 0.43
Hex CA 12 9E 0 5B 16 15 13A 54 2B
Octal 312 22 236 0 133 26 25 472 124 53
Binary 11001010 10010 10011110 0 1011011 10110 10101 100111010 1010100 101011

Color Harmonies of #CA129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA129E

Black with #CA129E

Text Example


Text Example

White with #CA129E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA129E; }

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

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

background-color css

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

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

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

border-color css

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

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

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