Html Css Color HEX #CA4099 Mulberry

📋 copy color: '#CA4099'

red 202 ◦ green 64 ◦ blue 153

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

Shades of Mulberry #CA4099

Tints of Mulberry #CA4099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.52%

R = 48.21%
G = 15.27%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA4099 (or 0xCA4099) is known color: Mulberry. HEX triplet: CA, 40 and 99. RGB value is (202,64,153). Sum of RGB (Red+Green+Blue) = 202+64+153=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 64 (25.39% from 255 or 15.27% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4099 is #35BF66. Grayscale: #737373. Windows color (decimal): -3522407 or 10043594. OLE color: 10043594.

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

Color convert

RGB 202 64 153 -
CMYK 0 0.68 0.24 0.21
HSL 321.3º 0.57% 0.52% -
HSV(B) 321.3º 0.68% 0.79% -
XYZ 31.94 18.52 32.03 -
YUV 115.41 149.22 189.76 -
System Red Green Blue C M Y K H S L
Decimal 202 64 153 0 0.68 0.24 0.21 321.3 0.57 0.52
Hex CA 40 99 0 44 18 15 141 39 34
Octal 312 100 231 0 104 30 25 501 71 64
Binary 11001010 1000000 10011001 0 1000100 11000 10101 101000001 111001 110100

Color Harmonies of #CA4099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4099

Black with #CA4099

Text Example


Text Example

White with #CA4099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4099; }

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

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

background-color css

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

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

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

border-color css

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

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

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