Html Css Color HEX #CA24A8 Medium Violet Red

📋 copy color: '#CA24A8'

red 202 ◦ green 36 ◦ blue 168

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

Shades of Medium Violet Red #CA24A8

Tints of Medium Violet Red #CA24A8

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.87%

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

R = 49.75%
G = 8.87%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA24A8 (or 0xCA24A8) is known color: Medium Violet Red. HEX triplet: CA, 24 and A8. RGB value is (202,36,168). Sum of RGB (Red+Green+Blue) = 202+36+168=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 168 (66.02% from 255 or 41.38% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA24A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA24A8 is #35DB57. Grayscale: #646464. Windows color (decimal): -3529560 or 11019466. OLE color: 11019466.

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

Color convert

RGB 202 36 168 -
CMYK 0 0.82 0.17 0.21
HSL 312.29º 0.7% 0.47% -
HSV(B) 312.29º 0.82% 0.79% -
XYZ 32.06 16.65 38.57 -
YUV 100.68 166 200.27 -
System Red Green Blue C M Y K H S L
Decimal 202 36 168 0 0.82 0.17 0.21 312.29 0.7 0.47
Hex CA 24 A8 0 52 11 15 138 46 2F
Octal 312 44 250 0 122 21 25 470 106 57
Binary 11001010 100100 10101000 0 1010010 10001 10101 100111000 1000110 101111

Color Harmonies of #CA24A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA24A8

Black with #CA24A8

Text Example


Text Example

White with #CA24A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA24A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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