Html Css Color HEX #CA47A0 Mulberry

📋 copy color: '#CA47A0'

red 202 ◦ green 71 ◦ blue 160

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

Shades of Mulberry #CA47A0

Tints of Mulberry #CA47A0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.4%

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

R = 46.65%
G = 16.4%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA47A0 (or 0xCA47A0) is known color: Mulberry. HEX triplet: CA, 47 and A0. RGB value is (202,71,160). Sum of RGB (Red+Green+Blue) = 202+71+160=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA47A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA47A0 is #35B85F. Grayscale: #787878. Windows color (decimal): -3520608 or 10504138. OLE color: 10504138.

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

Color convert

RGB 202 71 160 -
CMYK 0 0.65 0.21 0.21
HSL 319.24º 0.55% 0.54% -
HSV(B) 319.24º 0.65% 0.79% -
XYZ 32.96 19.6 35.3 -
YUV 120.32 150.4 186.26 -
System Red Green Blue C M Y K H S L
Decimal 202 71 160 0 0.65 0.21 0.21 319.24 0.55 0.54
Hex CA 47 A0 0 41 15 15 13F 37 36
Octal 312 107 240 0 101 25 25 477 67 66
Binary 11001010 1000111 10100000 0 1000001 10101 10101 100111111 110111 110110

Color Harmonies of #CA47A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47A0

Black with #CA47A0

Text Example


Text Example

White with #CA47A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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