Html Css Color HEX #CA478D Mulberry

📋 copy color: '#CA478D'

red 202 ◦ green 71 ◦ blue 141

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

Shades of Mulberry #CA478D

Tints of Mulberry #CA478D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.06%

R = 48.79%
G = 17.15%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA478D (or 0xCA478D) is known color: Mulberry. HEX triplet: CA, 47 and 8D. RGB value is (202,71,141). Sum of RGB (Red+Green+Blue) = 202+71+141=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA478D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA478D is #35B872. Grayscale: #767676. Windows color (decimal): -3520627 or 9258954. OLE color: 9258954.

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

Color convert

RGB 202 71 141 -
CMYK 0 0.65 0.30 0.21
HSL 327.94º 0.55% 0.54% -
HSV(B) 327.94º 0.65% 0.79% -
XYZ 31.42 18.99 27.21 -
YUV 118.15 140.9 187.81 -
System Red Green Blue C M Y K H S L
Decimal 202 71 141 0 0.65 0.30 0.21 327.94 0.55 0.54
Hex CA 47 8D 0 41 1E 15 148 37 36
Octal 312 107 215 0 101 36 25 510 67 66
Binary 11001010 1000111 10001101 0 1000001 11110 10101 101001000 110111 110110

Color Harmonies of #CA478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA478D

Black with #CA478D

Text Example


Text Example

White with #CA478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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