Html Css Color HEX #CA509E Mulberry

📋 copy color: '#CA509E'

red 202 ◦ green 80 ◦ blue 158

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

Shades of Mulberry #CA509E

Tints of Mulberry #CA509E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.18%

 BLUE value IS 158 (62.11% from 255) = 35.91%

R = 45.91%
G = 18.18%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA509E (or 0xCA509E) is known color: Mulberry. HEX triplet: CA, 50 and 9E. RGB value is (202,80,158). Sum of RGB (Red+Green+Blue) = 202+80+158=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA509E is #35AF61. Grayscale: #7D7D7D. Windows color (decimal): -3518306 or 10375370. OLE color: 10375370.

HSL color Cylindrical-coordinate representation of color #CA509E: hue angle of 321.64º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA509E is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 80 158 -
CMYK 0 0.60 0.22 0.21
HSL 321.64º 0.54% 0.55% -
HSV(B) 321.64º 0.6% 0.79% -
XYZ 33.4 20.76 34.6 -
YUV 125.37 146.42 182.66 -
System Red Green Blue C M Y K H S L
Decimal 202 80 158 0 0.60 0.22 0.21 321.64 0.54 0.55
Hex CA 50 9E 0 3C 16 15 142 36 37
Octal 312 120 236 0 74 26 25 502 66 67
Binary 11001010 1010000 10011110 0 111100 10110 10101 101000010 110110 110111

Color Harmonies of #CA509E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA509E

Black with #CA509E

Text Example


Text Example

White with #CA509E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA509E; }

 p { color: rgb(202,80,158); }

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

background-color css

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

 a { background-color: rgb(202,80,158); }

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

border-color css

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

 span { border-color: rgb(202,80,158); }

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