Html Css Color HEX #CA4D9D Mulberry

📋 copy color: '#CA4D9D'

red 202 ◦ green 77 ◦ blue 157

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

Shades of Mulberry #CA4D9D

Tints of Mulberry #CA4D9D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 17.66%

 BLUE value IS 157 (61.72% from 255) = 36.01%

R = 46.33%
G = 17.66%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA4D9D (or 0xCA4D9D) is known color: Mulberry. HEX triplet: CA, 4D and 9D. RGB value is (202,77,157). Sum of RGB (Red+Green+Blue) = 202+77+157=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4D9D is #35B262. Grayscale: #7B7B7B. Windows color (decimal): -3519075 or 10309066. OLE color: 10309066.

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

Color convert

RGB 202 77 157 -
CMYK 0 0.62 0.22 0.21
HSL 321.6º 0.54% 0.55% -
HSV(B) 321.6º 0.62% 0.79% -
XYZ 33.1 20.3 34.07 -
YUV 123.5 146.91 184 -
System Red Green Blue C M Y K H S L
Decimal 202 77 157 0 0.62 0.22 0.21 321.6 0.54 0.55
Hex CA 4D 9D 0 3E 16 15 142 36 37
Octal 312 115 235 0 76 26 25 502 66 67
Binary 11001010 1001101 10011101 0 111110 10110 10101 101000010 110110 110111

Color Harmonies of #CA4D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4D9D

Black with #CA4D9D

Text Example


Text Example

White with #CA4D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4D9D; }

 p { color: rgb(202,77,157); }

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

background-color css

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

 a { background-color: rgb(202,77,157); }

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

border-color css

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

 span { border-color: rgb(202,77,157); }

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