Html Css Color HEX #CA29AC Medium Red Violet

📋 copy color: '#CA29AC'

red 202 ◦ green 41 ◦ blue 172

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

Shades of Medium Red Violet #CA29AC

Tints of Medium Red Violet #CA29AC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.88%

 BLUE value IS 172 (67.58% from 255) = 41.45%

R = 48.67%
G = 9.88%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA29AC (or 0xCA29AC) is known color: Medium Red Violet. HEX triplet: CA, 29 and AC. RGB value is (202,41,172). Sum of RGB (Red+Green+Blue) = 202+41+172=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA29AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA29AC is #35D653. Grayscale: #676767. Windows color (decimal): -3528276 or 11282890. OLE color: 11282890.

HSL color Cylindrical-coordinate representation of color #CA29AC: hue angle of 311.18º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA29AC is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 41 172 -
CMYK 0 0.80 0.15 0.21
HSL 311.18º 0.66% 0.48% -
HSV(B) 311.18º 0.8% 0.79% -
XYZ 32.6 17.12 40.62 -
YUV 104.07 166.34 197.85 -
System Red Green Blue C M Y K H S L
Decimal 202 41 172 0 0.80 0.15 0.21 311.18 0.66 0.48
Hex CA 29 AC 0 50 F 15 137 42 30
Octal 312 51 254 0 120 17 25 467 102 60
Binary 11001010 101001 10101100 0 1010000 1111 10101 100110111 1000010 110000

Color Harmonies of #CA29AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA29AC

Black with #CA29AC

Text Example


Text Example

White with #CA29AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA29AC; }

 p { color: rgb(202,41,172); }

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

background-color css

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

 a { background-color: rgb(202,41,172); }

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

border-color css

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

 span { border-color: rgb(202,41,172); }

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