Html Css Color HEX #CA51A5 Mulberry

📋 copy color: '#CA51A5'

red 202 ◦ green 81 ◦ blue 165

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

Shades of Mulberry #CA51A5

Tints of Mulberry #CA51A5

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.08%

 BLUE value IS 165 (64.84% from 255) = 36.83%

R = 45.09%
G = 18.08%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA51A5 (or 0xCA51A5) is known color: Mulberry. HEX triplet: CA, 51 and A5. RGB value is (202,81,165). Sum of RGB (Red+Green+Blue) = 202+81+165=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA51A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA51A5 is #35AE5A. Grayscale: #7E7E7E. Windows color (decimal): -3518043 or 10834378. OLE color: 10834378.

HSL color Cylindrical-coordinate representation of color #CA51A5: hue angle of 318.35º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA51A5 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 81 165 -
CMYK 0 0.60 0.18 0.21
HSL 318.35º 0.53% 0.55% -
HSV(B) 318.35º 0.6% 0.79% -
XYZ 34.09 21.16 37.88 -
YUV 126.76 149.59 181.67 -
System Red Green Blue C M Y K H S L
Decimal 202 81 165 0 0.60 0.18 0.21 318.35 0.53 0.55
Hex CA 51 A5 0 3C 12 15 13E 35 37
Octal 312 121 245 0 74 22 25 476 65 67
Binary 11001010 1010001 10100101 0 111100 10010 10101 100111110 110101 110111

Color Harmonies of #CA51A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA51A5

Black with #CA51A5

Text Example


Text Example

White with #CA51A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA51A5; }

 p { color: rgb(202,81,165); }

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

background-color css

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

 a { background-color: rgb(202,81,165); }

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

border-color css

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

 span { border-color: rgb(202,81,165); }

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