Html Css Color HEX #CA25AD Medium Violet Red

📋 copy color: '#CA25AD'

red 202 ◦ green 37 ◦ blue 173

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

Shades of Medium Violet Red #CA25AD

Tints of Medium Violet Red #CA25AD

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.98%

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

R = 49.03%
G = 8.98%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#CA25AD (or 0xCA25AD) is known color: Medium Violet Red. HEX triplet: CA, 25 and AD. RGB value is (202,37,173). Sum of RGB (Red+Green+Blue) = 202+37+173=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA25AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA25AD is #35DA52. Grayscale: #656565. Windows color (decimal): -3529299 or 11347402. OLE color: 11347402.

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

Color convert

RGB 202 37 173 -
CMYK 0 0.82 0.14 0.21
HSL 310.55º 0.69% 0.47% -
HSV(B) 310.55º 0.82% 0.79% -
XYZ 32.56 16.9 41.08 -
YUV 101.84 168.16 199.44 -
System Red Green Blue C M Y K H S L
Decimal 202 37 173 0 0.82 0.14 0.21 310.55 0.69 0.47
Hex CA 25 AD 0 52 E 15 137 45 2F
Octal 312 45 255 0 122 16 25 467 105 57
Binary 11001010 100101 10101101 0 1010010 1110 10101 100110111 1000101 101111

Color Harmonies of #CA25AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA25AD

Black with #CA25AD

Text Example


Text Example

White with #CA25AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA25AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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