Html Css Color HEX #CA27A8 Medium Violet Red

📋 copy color: '#CA27A8'

red 202 ◦ green 39 ◦ blue 168

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

Shades of Medium Violet Red #CA27A8

Tints of Medium Violet Red #CA27A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.08%

R = 49.39%
G = 9.54%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA27A8 (or 0xCA27A8) is known color: Medium Violet Red. HEX triplet: CA, 27 and A8. RGB value is (202,39,168). Sum of RGB (Red+Green+Blue) = 202+39+168=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 39 (15.62% from 255 or 9.54% from 409); Blue value is 168 (66.02% from 255 or 41.08% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA27A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA27A8 is #35D857. Grayscale: #666666. Windows color (decimal): -3528792 or 11020234. OLE color: 11020234.

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

Color convert

RGB 202 39 168 -
CMYK 0 0.81 0.17 0.21
HSL 312.52º 0.68% 0.47% -
HSV(B) 312.52º 0.81% 0.79% -
XYZ 32.15 16.83 38.6 -
YUV 102.44 165 199.01 -
System Red Green Blue C M Y K H S L
Decimal 202 39 168 0 0.81 0.17 0.21 312.52 0.68 0.47
Hex CA 27 A8 0 51 11 15 139 44 2F
Octal 312 47 250 0 121 21 25 471 104 57
Binary 11001010 100111 10101000 0 1010001 10001 10101 100111001 1000100 101111

Color Harmonies of #CA27A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA27A8

Black with #CA27A8

Text Example


Text Example

White with #CA27A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA27A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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