Html Css Color HEX #CA25AC Medium Violet Red

📋 copy color: '#CA25AC'

red 202 ◦ green 37 ◦ blue 172

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

Shades of Medium Violet Red #CA25AC

Tints of Medium Violet Red #CA25AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 49.15%
G = 9%
B = 41.85%

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

#CA25AC (or 0xCA25AC) is known color: Medium Violet Red. HEX triplet: CA, 25 and AC. RGB value is (202,37,172). Sum of RGB (Red+Green+Blue) = 202+37+172=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 37 (14.84% from 255 or 9.00% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA25AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA25AC is #35DA53. Grayscale: #656565. Windows color (decimal): -3529300 or 11281866. OLE color: 11281866.

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

Color convert

RGB 202 37 172 -
CMYK 0 0.82 0.15 0.21
HSL 310.91º 0.69% 0.47% -
HSV(B) 310.91º 0.82% 0.79% -
XYZ 32.47 16.86 40.57 -
YUV 101.73 167.66 199.52 -
System Red Green Blue C M Y K H S L
Decimal 202 37 172 0 0.82 0.15 0.21 310.91 0.69 0.47
Hex CA 25 AC 0 52 F 15 137 45 2F
Octal 312 45 254 0 122 17 25 467 105 57
Binary 11001010 100101 10101100 0 1010010 1111 10101 100110111 1000101 101111

Color Harmonies of #CA25AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA25AC

Black with #CA25AC

Text Example


Text Example

White with #CA25AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA25AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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