Html Css Color HEX #CA24A6 Medium Violet Red

📋 copy color: '#CA24A6'

red 202 ◦ green 36 ◦ blue 166

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

Shades of Medium Violet Red #CA24A6

Tints of Medium Violet Red #CA24A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.09%

R = 50%
G = 8.91%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA24A6 (or 0xCA24A6) is known color: Medium Violet Red. HEX triplet: CA, 24 and A6. RGB value is (202,36,166). Sum of RGB (Red+Green+Blue) = 202+36+166=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA24A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA24A6 is #35DB59. Grayscale: #646464. Windows color (decimal): -3529562 or 10888394. OLE color: 10888394.

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

Color convert

RGB 202 36 166 -
CMYK 0 0.82 0.18 0.21
HSL 313.01º 0.7% 0.47% -
HSV(B) 313.01º 0.82% 0.79% -
XYZ 31.87 16.57 37.6 -
YUV 100.45 165 200.43 -
System Red Green Blue C M Y K H S L
Decimal 202 36 166 0 0.82 0.18 0.21 313.01 0.7 0.47
Hex CA 24 A6 0 52 12 15 139 46 2F
Octal 312 44 246 0 122 22 25 471 106 57
Binary 11001010 100100 10100110 0 1010010 10010 10101 100111001 1000110 101111

Color Harmonies of #CA24A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA24A6

Black with #CA24A6

Text Example


Text Example

White with #CA24A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA24A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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