Html Css Color HEX #CA25AB Medium Violet Red

📋 copy color: '#CA25AB'

red 202 ◦ green 37 ◦ blue 171

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

Shades of Medium Violet Red #CA25AB

Tints of Medium Violet Red #CA25AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.71%

R = 49.27%
G = 9.02%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.21

RGB Variations

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

Color information

#CA25AB (or 0xCA25AB) is known color: Medium Violet Red. HEX triplet: CA, 25 and AB. RGB value is (202,37,171). Sum of RGB (Red+Green+Blue) = 202+37+171=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 37 (14.84% from 255 or 9.02% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA25AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA25AB is #35DA54. Grayscale: #656565. Windows color (decimal): -3529301 or 11216330. OLE color: 11216330.

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

Color convert

RGB 202 37 171 -
CMYK 0 0.82 0.15 0.21
HSL 311.27º 0.69% 0.47% -
HSV(B) 311.27º 0.82% 0.79% -
XYZ 32.37 16.82 40.07 -
YUV 101.61 167.16 199.6 -
System Red Green Blue C M Y K H S L
Decimal 202 37 171 0 0.82 0.15 0.21 311.27 0.69 0.47
Hex CA 25 AB 0 52 F 15 137 45 2F
Octal 312 45 253 0 122 17 25 467 105 57
Binary 11001010 100101 10101011 0 1010010 1111 10101 100110111 1000101 101111

Color Harmonies of #CA25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA25AB

Black with #CA25AB

Text Example


Text Example

White with #CA25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA25AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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