Html Css Color HEX #CA4399 Mulberry

📋 copy color: '#CA4399'

red 202 ◦ green 67 ◦ blue 153

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

Shades of Mulberry #CA4399

Tints of Mulberry #CA4399

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.88%

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

R = 47.87%
G = 15.88%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA4399 (or 0xCA4399) is known color: Mulberry. HEX triplet: CA, 43 and 99. RGB value is (202,67,153). Sum of RGB (Red+Green+Blue) = 202+67+153=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 67 (26.56% from 255 or 15.88% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4399 is #35BC66. Grayscale: #747474. Windows color (decimal): -3521639 or 10044362. OLE color: 10044362.

HSL color Cylindrical-coordinate representation of color #CA4399: hue angle of 321.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA4399 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 67 153 -
CMYK 0 0.67 0.24 0.21
HSL 321.78º 0.56% 0.53% -
HSV(B) 321.78º 0.67% 0.79% -
XYZ 32.11 18.87 32.09 -
YUV 117.17 148.23 188.51 -
System Red Green Blue C M Y K H S L
Decimal 202 67 153 0 0.67 0.24 0.21 321.78 0.56 0.53
Hex CA 43 99 0 43 18 15 142 38 35
Octal 312 103 231 0 103 30 25 502 70 65
Binary 11001010 1000011 10011001 0 1000011 11000 10101 101000010 111000 110101

Color Harmonies of #CA4399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4399

Black with #CA4399

Text Example


Text Example

White with #CA4399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4399; }

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

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

background-color css

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

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

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

border-color css

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

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

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