Html Css Color HEX #CA4E8E Mulberry

📋 copy color: '#CA4E8E'

red 202 ◦ green 78 ◦ blue 142

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

Shades of Mulberry #CA4E8E

Tints of Mulberry #CA4E8E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.48%

 BLUE value IS 142 (55.86% from 255) = 33.65%

R = 47.87%
G = 18.48%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA4E8E (or 0xCA4E8E) is known color: Mulberry. HEX triplet: CA, 4E and 8E. RGB value is (202,78,142). Sum of RGB (Red+Green+Blue) = 202+78+142=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4E8E is #35B171. Grayscale: #7A7A7A. Windows color (decimal): -3518834 or 9326282. OLE color: 9326282.

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

Color convert

RGB 202 78 142 -
CMYK 0 0.61 0.30 0.21
HSL 329.03º 0.54% 0.55% -
HSV(B) 329.03º 0.61% 0.79% -
XYZ 31.96 19.96 27.76 -
YUV 122.37 139.08 184.8 -
System Red Green Blue C M Y K H S L
Decimal 202 78 142 0 0.61 0.30 0.21 329.03 0.54 0.55
Hex CA 4E 8E 0 3D 1E 15 149 36 37
Octal 312 116 216 0 75 36 25 511 66 67
Binary 11001010 1001110 10001110 0 111101 11110 10101 101001001 110110 110111

Color Harmonies of #CA4E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4E8E

Black with #CA4E8E

Text Example


Text Example

White with #CA4E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4E8E; }

 p { color: rgb(202,78,142); }

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

background-color css

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

 a { background-color: rgb(202,78,142); }

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

border-color css

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

 span { border-color: rgb(202,78,142); }

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