Html Css Color HEX #CA47A2 Mulberry

📋 copy color: '#CA47A2'

red 202 ◦ green 71 ◦ blue 162

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

Shades of Mulberry #CA47A2

Tints of Mulberry #CA47A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.24%

R = 46.44%
G = 16.32%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA47A2 (or 0xCA47A2) is known color: Mulberry. HEX triplet: CA, 47 and A2. RGB value is (202,71,162). Sum of RGB (Red+Green+Blue) = 202+71+162=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 71 (28.12% from 255 or 16.32% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA47A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA47A2 is #35B85D. Grayscale: #787878. Windows color (decimal): -3520606 or 10635210. OLE color: 10635210.

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

Color convert

RGB 202 71 162 -
CMYK 0 0.65 0.20 0.21
HSL 318.32º 0.55% 0.54% -
HSV(B) 318.32º 0.65% 0.79% -
XYZ 33.13 19.67 36.23 -
YUV 120.54 151.4 186.1 -
System Red Green Blue C M Y K H S L
Decimal 202 71 162 0 0.65 0.20 0.21 318.32 0.55 0.54
Hex CA 47 A2 0 41 14 15 13E 37 36
Octal 312 107 242 0 101 24 25 476 67 66
Binary 11001010 1000111 10100010 0 1000001 10100 10101 100111110 110111 110110

Color Harmonies of #CA47A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA47A2

Black with #CA47A2

Text Example


Text Example

White with #CA47A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA47A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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