Html Css Color HEX #CA508D Mulberry

📋 copy color: '#CA508D'

red 202 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #CA508D

Tints of Mulberry #CA508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 47.75%
G = 18.91%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA508D (or 0xCA508D) is known color: Mulberry. HEX triplet: CA, 50 and 8D. RGB value is (202,80,141). Sum of RGB (Red+Green+Blue) = 202+80+141=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA508D is #35AF72. Grayscale: #7B7B7B. Windows color (decimal): -3518323 or 9261258. OLE color: 9261258.

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

Color convert

RGB 202 80 141 -
CMYK 0 0.60 0.30 0.21
HSL 330º 0.54% 0.55% -
HSV(B) 330º 0.6% 0.79% -
XYZ 32.03 20.22 27.41 -
YUV 123.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 202 80 141 0 0.60 0.30 0.21 330 0.54 0.55
Hex CA 50 8D 0 3C 1E 15 14A 36 37
Octal 312 120 215 0 74 36 25 512 66 67
Binary 11001010 1010000 10001101 0 111100 11110 10101 101001010 110110 110111

Color Harmonies of #CA508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA508D

Black with #CA508D

Text Example


Text Example

White with #CA508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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