Html Css Color HEX #CA27A1 Medium Violet Red

📋 copy color: '#CA27A1'

red 202 ◦ green 39 ◦ blue 161

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

Shades of Medium Violet Red #CA27A1

Tints of Medium Violet Red #CA27A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.05%

R = 50.25%
G = 9.7%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA27A1 (or 0xCA27A1) is known color: Medium Violet Red. HEX triplet: CA, 27 and A1. RGB value is (202,39,161). Sum of RGB (Red+Green+Blue) = 202+39+161=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 39 (15.62% from 255 or 9.70% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA27A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA27A1 is #35D85E. Grayscale: #656565. Windows color (decimal): -3528799 or 10561482. OLE color: 10561482.

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

Color convert

RGB 202 39 161 -
CMYK 0 0.81 0.20 0.21
HSL 315.09º 0.68% 0.47% -
HSV(B) 315.09º 0.81% 0.79% -
XYZ 31.52 16.58 35.26 -
YUV 101.65 161.5 199.58 -
System Red Green Blue C M Y K H S L
Decimal 202 39 161 0 0.81 0.20 0.21 315.09 0.68 0.47
Hex CA 27 A1 0 51 14 15 13B 44 2F
Octal 312 47 241 0 121 24 25 473 104 57
Binary 11001010 100111 10100001 0 1010001 10100 10101 100111011 1000100 101111

Color Harmonies of #CA27A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA27A1

Black with #CA27A1

Text Example


Text Example

White with #CA27A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA27A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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