Html Css Color HEX #CA49A8 Mulberry

📋 copy color: '#CA49A8'

red 202 ◦ green 73 ◦ blue 168

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

Shades of Mulberry #CA49A8

Tints of Mulberry #CA49A8

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.48%

 BLUE value IS 168 (66.02% from 255) = 37.92%

R = 45.6%
G = 16.48%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA49A8 (or 0xCA49A8) is known color: Mulberry. HEX triplet: CA, 49 and A8. RGB value is (202,73,168). Sum of RGB (Red+Green+Blue) = 202+73+168=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA49A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA49A8 is #35B657. Grayscale: #7A7A7A. Windows color (decimal): -3520088 or 11028938. OLE color: 11028938.

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

Color convert

RGB 202 73 168 -
CMYK 0 0.64 0.17 0.21
HSL 315.81º 0.55% 0.54% -
HSV(B) 315.81º 0.64% 0.79% -
XYZ 33.81 20.15 39.15 -
YUV 122.4 153.74 184.78 -
System Red Green Blue C M Y K H S L
Decimal 202 73 168 0 0.64 0.17 0.21 315.81 0.55 0.54
Hex CA 49 A8 0 40 11 15 13C 37 36
Octal 312 111 250 0 100 21 25 474 67 66
Binary 11001010 1001001 10101000 0 1000000 10001 10101 100111100 110111 110110

Color Harmonies of #CA49A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA49A8

Black with #CA49A8

Text Example


Text Example

White with #CA49A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA49A8; }

 p { color: rgb(202,73,168); }

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

background-color css

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

 a { background-color: rgb(202,73,168); }

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

border-color css

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

 span { border-color: rgb(202,73,168); }

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