Html Css Color HEX #CA4E9A Mulberry

📋 copy color: '#CA4E9A'

red 202 ◦ green 78 ◦ blue 154

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

Shades of Mulberry #CA4E9A

Tints of Mulberry #CA4E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.48%

R = 46.54%
G = 17.97%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#CA4E9A (or 0xCA4E9A) is known color: Mulberry. HEX triplet: CA, 4E and 9A. RGB value is (202,78,154). Sum of RGB (Red+Green+Blue) = 202+78+154=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4E9A is #35B165. Grayscale: #7B7B7B. Windows color (decimal): -3518822 or 10112714. OLE color: 10112714.

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

Color convert

RGB 202 78 154 -
CMYK 0 0.61 0.24 0.21
HSL 323.23º 0.54% 0.55% -
HSV(B) 323.23º 0.61% 0.79% -
XYZ 32.91 20.34 32.76 -
YUV 123.74 145.08 183.82 -
System Red Green Blue C M Y K H S L
Decimal 202 78 154 0 0.61 0.24 0.21 323.23 0.54 0.55
Hex CA 4E 9A 0 3D 18 15 143 36 37
Octal 312 116 232 0 75 30 25 503 66 67
Binary 11001010 1001110 10011010 0 111101 11000 10101 101000011 110110 110111

Color Harmonies of #CA4E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4E9A

Black with #CA4E9A

Text Example


Text Example

White with #CA4E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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