Html Css Color HEX #CA408A Mulberry

📋 copy color: '#CA408A'

red 202 ◦ green 64 ◦ blue 138

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

Shades of Mulberry #CA408A

Tints of Mulberry #CA408A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.16%

R = 50%
G = 15.84%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA408A (or 0xCA408A) is known color: Mulberry. HEX triplet: CA, 40 and 8A. RGB value is (202,64,138). Sum of RGB (Red+Green+Blue) = 202+64+138=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 64 (25.39% from 255 or 15.84% from 404); Blue value is 138 (54.30% from 255 or 34.16% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA408A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA408A is #35BF75. Grayscale: #717171. Windows color (decimal): -3522422 or 9060554. OLE color: 9060554.

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

Color convert

RGB 202 64 138 -
CMYK 0 0.68 0.32 0.21
HSL 327.83º 0.57% 0.52% -
HSV(B) 327.83º 0.68% 0.79% -
XYZ 30.78 18.06 25.91 -
YUV 113.7 141.72 190.98 -
System Red Green Blue C M Y K H S L
Decimal 202 64 138 0 0.68 0.32 0.21 327.83 0.57 0.52
Hex CA 40 8A 0 44 20 15 148 39 34
Octal 312 100 212 0 104 40 25 510 71 64
Binary 11001010 1000000 10001010 0 1000100 100000 10101 101001000 111001 110100

Color Harmonies of #CA408A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA408A

Black with #CA408A

Text Example


Text Example

White with #CA408A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA408A; }

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

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

background-color css

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

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

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

border-color css

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

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

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