Html Css Color HEX #CA48A6 Mulberry

📋 copy color: '#CA48A6'

red 202 ◦ green 72 ◦ blue 166

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

Shades of Mulberry #CA48A6

Tints of Mulberry #CA48A6

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.36%

 BLUE value IS 166 (65.23% from 255) = 37.73%

R = 45.91%
G = 16.36%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA48A6 (or 0xCA48A6) is known color: Mulberry. HEX triplet: CA, 48 and A6. RGB value is (202,72,166). Sum of RGB (Red+Green+Blue) = 202+72+166=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 72 (28.52% from 255 or 16.36% from 440); Blue value is 166 (65.23% from 255 or 37.73% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA48A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA48A6 is #35B759. Grayscale: #797979. Windows color (decimal): -3520346 or 10897610. OLE color: 10897610.

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

Color convert

RGB 202 72 166 -
CMYK 0 0.64 0.18 0.21
HSL 316.62º 0.55% 0.54% -
HSV(B) 316.62º 0.64% 0.79% -
XYZ 33.56 19.94 38.16 -
YUV 121.59 153.07 185.36 -
System Red Green Blue C M Y K H S L
Decimal 202 72 166 0 0.64 0.18 0.21 316.62 0.55 0.54
Hex CA 48 A6 0 40 12 15 13D 37 36
Octal 312 110 246 0 100 22 25 475 67 66
Binary 11001010 1001000 10100110 0 1000000 10010 10101 100111101 110111 110110

Color Harmonies of #CA48A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA48A6

Black with #CA48A6

Text Example


Text Example

White with #CA48A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA48A6; }

 p { color: rgb(202,72,166); }

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

background-color css

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

 a { background-color: rgb(202,72,166); }

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

border-color css

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

 span { border-color: rgb(202,72,166); }

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