Html Css Color HEX #CA25A1 Medium Violet Red

📋 copy color: '#CA25A1'

red 202 ◦ green 37 ◦ blue 161

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

Shades of Medium Violet Red #CA25A1

Tints of Medium Violet Red #CA25A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 40.25%

R = 50.5%
G = 9.25%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA25A1 (or 0xCA25A1) is known color: Medium Violet Red. HEX triplet: CA, 25 and A1. RGB value is (202,37,161). Sum of RGB (Red+Green+Blue) = 202+37+161=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA25A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA25A1 is #35DA5E. Grayscale: #646464. Windows color (decimal): -3529311 or 10560970. OLE color: 10560970.

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

Color convert

RGB 202 37 161 -
CMYK 0 0.82 0.20 0.21
HSL 314.91º 0.69% 0.47% -
HSV(B) 314.91º 0.82% 0.79% -
XYZ 31.45 16.45 35.24 -
YUV 100.47 162.16 200.42 -
System Red Green Blue C M Y K H S L
Decimal 202 37 161 0 0.82 0.20 0.21 314.91 0.69 0.47
Hex CA 25 A1 0 52 14 15 13B 45 2F
Octal 312 45 241 0 122 24 25 473 105 57
Binary 11001010 100101 10100001 0 1010010 10100 10101 100111011 1000101 101111

Color Harmonies of #CA25A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA25A1

Black with #CA25A1

Text Example


Text Example

White with #CA25A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA25A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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