Html Css Color HEX #CA2CAC Medium Red Violet

📋 copy color: '#CA2CAC'

red 202 ◦ green 44 ◦ blue 172

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

Shades of Medium Red Violet #CA2CAC

Tints of Medium Red Violet #CA2CAC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.53%

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

R = 48.33%
G = 10.53%
B = 41.15%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA2CAC (or 0xCA2CAC) is known color: Medium Red Violet. HEX triplet: CA, 2C and AC. RGB value is (202,44,172). Sum of RGB (Red+Green+Blue) = 202+44+172=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 44 (17.58% from 255 or 10.53% from 418); Blue value is 172 (67.58% from 255 or 41.15% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2CAC is #35D353. Grayscale: #696969. Windows color (decimal): -3527508 or 11283658. OLE color: 11283658.

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

Color convert

RGB 202 44 172 -
CMYK 0 0.78 0.15 0.21
HSL 311.39º 0.64% 0.48% -
HSV(B) 311.39º 0.78% 0.79% -
XYZ 32.7 17.34 40.65 -
YUV 105.83 165.35 196.59 -
System Red Green Blue C M Y K H S L
Decimal 202 44 172 0 0.78 0.15 0.21 311.39 0.64 0.48
Hex CA 2C AC 0 4E F 15 137 40 30
Octal 312 54 254 0 116 17 25 467 100 60
Binary 11001010 101100 10101100 0 1001110 1111 10101 100110111 1000000 110000

Color Harmonies of #CA2CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA2CAC

Black with #CA2CAC

Text Example


Text Example

White with #CA2CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA2CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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