Html Css Color HEX #CA40A8 Mulberry

📋 copy color: '#CA40A8'

red 202 ◦ green 64 ◦ blue 168

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

Shades of Mulberry #CA40A8

Tints of Mulberry #CA40A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.71%

R = 46.54%
G = 14.75%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#CA40A8 (or 0xCA40A8) is known color: Mulberry. HEX triplet: CA, 40 and A8. RGB value is (202,64,168). Sum of RGB (Red+Green+Blue) = 202+64+168=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 64 (25.39% from 255 or 14.75% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA40A8 is #35BF57. Grayscale: #747474. Windows color (decimal): -3522392 or 11026634. OLE color: 11026634.

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

Color convert

RGB 202 64 168 -
CMYK 0 0.68 0.17 0.21
HSL 314.78º 0.57% 0.52% -
HSV(B) 314.78º 0.68% 0.79% -
XYZ 33.26 19.05 38.97 -
YUV 117.12 156.72 188.54 -
System Red Green Blue C M Y K H S L
Decimal 202 64 168 0 0.68 0.17 0.21 314.78 0.57 0.52
Hex CA 40 A8 0 44 11 15 13B 39 34
Octal 312 100 250 0 104 21 25 473 71 64
Binary 11001010 1000000 10101000 0 1000100 10001 10101 100111011 111001 110100

Color Harmonies of #CA40A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA40A8

Black with #CA40A8

Text Example


Text Example

White with #CA40A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA40A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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