Html Css Color HEX #CA409D Mulberry

📋 copy color: '#CA409D'

red 202 ◦ green 64 ◦ blue 157

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

Shades of Mulberry #CA409D

Tints of Mulberry #CA409D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 37.12%

R = 47.75%
G = 15.13%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA409D (or 0xCA409D) is known color: Mulberry. HEX triplet: CA, 40 and 9D. RGB value is (202,64,157). Sum of RGB (Red+Green+Blue) = 202+64+157=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA409D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA409D is #35BF62. Grayscale: #737373. Windows color (decimal): -3522403 or 10305738. OLE color: 10305738.

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

Color convert

RGB 202 64 157 -
CMYK 0 0.68 0.22 0.21
HSL 319.57º 0.57% 0.52% -
HSV(B) 319.57º 0.68% 0.79% -
XYZ 32.28 18.66 33.8 -
YUV 115.86 151.22 189.44 -
System Red Green Blue C M Y K H S L
Decimal 202 64 157 0 0.68 0.22 0.21 319.57 0.57 0.52
Hex CA 40 9D 0 44 16 15 140 39 34
Octal 312 100 235 0 104 26 25 500 71 64
Binary 11001010 1000000 10011101 0 1000100 10110 10101 101000000 111001 110100

Color Harmonies of #CA409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA409D

Black with #CA409D

Text Example


Text Example

White with #CA409D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA409D; }

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

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

background-color css

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

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

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

border-color css

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

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

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