Html Css Color HEX #CA408D Mulberry

📋 copy color: '#CA408D'

red 202 ◦ green 64 ◦ blue 141

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

Shades of Mulberry #CA408D

Tints of Mulberry #CA408D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.72%

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

R = 49.63%
G = 15.72%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA408D (or 0xCA408D) is known color: Mulberry. HEX triplet: CA, 40 and 8D. RGB value is (202,64,141). Sum of RGB (Red+Green+Blue) = 202+64+141=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA408D is #35BF72. Grayscale: #717171. Windows color (decimal): -3522419 or 9257162. OLE color: 9257162.

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

Color convert

RGB 202 64 141 -
CMYK 0 0.68 0.30 0.21
HSL 326.52º 0.57% 0.52% -
HSV(B) 326.52º 0.68% 0.79% -
XYZ 31 18.15 27.07 -
YUV 114.04 143.22 190.74 -
System Red Green Blue C M Y K H S L
Decimal 202 64 141 0 0.68 0.30 0.21 326.52 0.57 0.52
Hex CA 40 8D 0 44 1E 15 147 39 34
Octal 312 100 215 0 104 36 25 507 71 64
Binary 11001010 1000000 10001101 0 1000100 11110 10101 101000111 111001 110100

Color Harmonies of #CA408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA408D

Black with #CA408D

Text Example


Text Example

White with #CA408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA408D; }

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

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

background-color css

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

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

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

border-color css

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

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

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