Html Css Color HEX #CA48A0 Mulberry

📋 copy color: '#CA48A0'

red 202 ◦ green 72 ◦ blue 160

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

Shades of Mulberry #CA48A0

Tints of Mulberry #CA48A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.87%

R = 46.54%
G = 16.59%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA48A0 (or 0xCA48A0) is known color: Mulberry. HEX triplet: CA, 48 and A0. RGB value is (202,72,160). Sum of RGB (Red+Green+Blue) = 202+72+160=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 72 (28.52% from 255 or 16.59% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA48A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA48A0 is #35B75F. Grayscale: #787878. Windows color (decimal): -3520352 or 10504394. OLE color: 10504394.

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

Color convert

RGB 202 72 160 -
CMYK 0 0.64 0.21 0.21
HSL 319.38º 0.55% 0.54% -
HSV(B) 319.38º 0.64% 0.79% -
XYZ 33.02 19.73 35.33 -
YUV 120.9 150.07 185.84 -
System Red Green Blue C M Y K H S L
Decimal 202 72 160 0 0.64 0.21 0.21 319.38 0.55 0.54
Hex CA 48 A0 0 40 15 15 13F 37 36
Octal 312 110 240 0 100 25 25 477 67 66
Binary 11001010 1001000 10100000 0 1000000 10101 10101 100111111 110111 110110

Color Harmonies of #CA48A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA48A0

Black with #CA48A0

Text Example


Text Example

White with #CA48A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA48A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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