Html Css Color HEX #CA27AD Medium Violet Red

📋 copy color: '#CA27AD'

red 202 ◦ green 39 ◦ blue 173

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

Shades of Medium Violet Red #CA27AD

Tints of Medium Violet Red #CA27AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.79%

R = 48.79%
G = 9.42%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA27AD (or 0xCA27AD) is known color: Medium Violet Red. HEX triplet: CA, 27 and AD. RGB value is (202,39,173). Sum of RGB (Red+Green+Blue) = 202+39+173=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA27AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA27AD is #35D852. Grayscale: #666666. Windows color (decimal): -3528787 or 11347914. OLE color: 11347914.

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

Color convert

RGB 202 39 173 -
CMYK 0 0.81 0.14 0.21
HSL 310.67º 0.68% 0.47% -
HSV(B) 310.67º 0.81% 0.79% -
XYZ 32.63 17.02 41.1 -
YUV 103.01 167.5 198.6 -
System Red Green Blue C M Y K H S L
Decimal 202 39 173 0 0.81 0.14 0.21 310.67 0.68 0.47
Hex CA 27 AD 0 51 E 15 137 44 2F
Octal 312 47 255 0 121 16 25 467 104 57
Binary 11001010 100111 10101101 0 1010001 1110 10101 100110111 1000100 101111

Color Harmonies of #CA27AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA27AD

Black with #CA27AD

Text Example


Text Example

White with #CA27AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA27AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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