Html Css Color HEX #CA27AC Medium Violet Red

📋 copy color: '#CA27AC'

red 202 ◦ green 39 ◦ blue 172

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

Shades of Medium Violet Red #CA27AC

Tints of Medium Violet Red #CA27AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.44%

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

R = 48.91%
G = 9.44%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA27AC (or 0xCA27AC) is known color: Medium Violet Red. HEX triplet: CA, 27 and AC. RGB value is (202,39,172). Sum of RGB (Red+Green+Blue) = 202+39+172=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA27AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA27AC is #35D853. Grayscale: #666666. Windows color (decimal): -3528788 or 11282378. OLE color: 11282378.

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

Color convert

RGB 202 39 172 -
CMYK 0 0.81 0.15 0.21
HSL 311.04º 0.68% 0.47% -
HSV(B) 311.04º 0.81% 0.79% -
XYZ 32.53 16.99 40.59 -
YUV 102.9 167 198.69 -
System Red Green Blue C M Y K H S L
Decimal 202 39 172 0 0.81 0.15 0.21 311.04 0.68 0.47
Hex CA 27 AC 0 51 F 15 137 44 2F
Octal 312 47 254 0 121 17 25 467 104 57
Binary 11001010 100111 10101100 0 1010001 1111 10101 100110111 1000100 101111

Color Harmonies of #CA27AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA27AC

Black with #CA27AC

Text Example


Text Example

White with #CA27AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA27AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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