Html Css Color HEX #CA4D7E Mulberry

📋 copy color: '#CA4D7E'

red 202 ◦ green 77 ◦ blue 126

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

Shades of Mulberry #CA4D7E

Tints of Mulberry #CA4D7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.11%

R = 49.88%
G = 19.01%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA4D7E (or 0xCA4D7E) is known color: Mulberry. HEX triplet: CA, 4D and 7E. RGB value is (202,77,126). Sum of RGB (Red+Green+Blue) = 202+77+126=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 77 (30.47% from 255 or 19.01% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4D7E is #35B281. Grayscale: #777777. Windows color (decimal): -3519106 or 8277450. OLE color: 8277450.

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

Color convert

RGB 202 77 126 -
CMYK 0 0.62 0.38 0.21
HSL 336.48º 0.54% 0.55% -
HSV(B) 336.48º 0.62% 0.79% -
XYZ 30.78 19.37 21.86 -
YUV 119.96 131.41 186.52 -
System Red Green Blue C M Y K H S L
Decimal 202 77 126 0 0.62 0.38 0.21 336.48 0.54 0.55
Hex CA 4D 7E 0 3E 26 15 150 36 37
Octal 312 115 176 0 76 46 25 520 66 67
Binary 11001010 1001101 1111110 0 111110 100110 10101 101010000 110110 110111

Color Harmonies of #CA4D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4D7E

Black with #CA4D7E

Text Example


Text Example

White with #CA4D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4D7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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