Html Css Color HEX #CA4E8D Mulberry

📋 copy color: '#CA4E8D'

red 202 ◦ green 78 ◦ blue 141

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

Shades of Mulberry #CA4E8D

Tints of Mulberry #CA4E8D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.53%

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

R = 47.98%
G = 18.53%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA4E8D (or 0xCA4E8D) is known color: Mulberry. HEX triplet: CA, 4E and 8D. RGB value is (202,78,141). Sum of RGB (Red+Green+Blue) = 202+78+141=421 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.98% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4E8D is #35B172. Grayscale: #7A7A7A. Windows color (decimal): -3518835 or 9260746. OLE color: 9260746.

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

Color convert

RGB 202 78 141 -
CMYK 0 0.61 0.30 0.21
HSL 329.52º 0.54% 0.55% -
HSV(B) 329.52º 0.61% 0.79% -
XYZ 31.89 19.93 27.37 -
YUV 122.26 138.58 184.88 -
System Red Green Blue C M Y K H S L
Decimal 202 78 141 0 0.61 0.30 0.21 329.52 0.54 0.55
Hex CA 4E 8D 0 3D 1E 15 14A 36 37
Octal 312 116 215 0 75 36 25 512 66 67
Binary 11001010 1001110 10001101 0 111101 11110 10101 101001010 110110 110111

Color Harmonies of #CA4E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4E8D

Black with #CA4E8D

Text Example


Text Example

White with #CA4E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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