Html Css Color HEX #CA4189 Mulberry

📋 copy color: '#CA4189'

red 202 ◦ green 65 ◦ blue 137

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

Shades of Mulberry #CA4189

Tints of Mulberry #CA4189

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.09%

 BLUE value IS 137 (53.91% from 255) = 33.91%

R = 50%
G = 16.09%
B = 33.91%

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

#CA4189 (or 0xCA4189) is known color: Mulberry. HEX triplet: CA, 41 and 89. RGB value is (202,65,137). Sum of RGB (Red+Green+Blue) = 202+65+137=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4189 is #35BE76. Grayscale: #727272. Windows color (decimal): -3522167 or 8995274. OLE color: 8995274.

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

Color convert

RGB 202 65 137 -
CMYK 0 0.68 0.32 0.21
HSL 328.47º 0.56% 0.52% -
HSV(B) 328.47º 0.68% 0.79% -
XYZ 30.76 18.14 25.55 -
YUV 114.17 140.89 190.65 -
System Red Green Blue C M Y K H S L
Decimal 202 65 137 0 0.68 0.32 0.21 328.47 0.56 0.52
Hex CA 41 89 0 44 20 15 148 38 34
Octal 312 101 211 0 104 40 25 510 70 64
Binary 11001010 1000001 10001001 0 1000100 100000 10101 101001000 111000 110100

Color Harmonies of #CA4189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4189

Black with #CA4189

Text Example


Text Example

White with #CA4189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4189; }

 p { color: rgb(202,65,137); }

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

background-color css

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

 a { background-color: rgb(202,65,137); }

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

border-color css

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

 span { border-color: rgb(202,65,137); }

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