Html Css Color HEX #CA4DA2 Mulberry

📋 copy color: '#CA4DA2'

red 202 ◦ green 77 ◦ blue 162

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

Shades of Mulberry #CA4DA2

Tints of Mulberry #CA4DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 36.73%

R = 45.8%
G = 17.46%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#CA4DA2 (or 0xCA4DA2) is known color: Mulberry. HEX triplet: CA, 4D and A2. RGB value is (202,77,162). Sum of RGB (Red+Green+Blue) = 202+77+162=441 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.80% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4DA2 is #35B25D. Grayscale: #7B7B7B. Windows color (decimal): -3519070 or 10636746. OLE color: 10636746.

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

Color convert

RGB 202 77 162 -
CMYK 0 0.62 0.20 0.21
HSL 319.2º 0.54% 0.55% -
HSV(B) 319.2º 0.62% 0.79% -
XYZ 33.53 20.47 36.37 -
YUV 124.07 149.41 183.59 -
System Red Green Blue C M Y K H S L
Decimal 202 77 162 0 0.62 0.20 0.21 319.2 0.54 0.55
Hex CA 4D A2 0 3E 14 15 13F 36 37
Octal 312 115 242 0 76 24 25 477 66 67
Binary 11001010 1001101 10100010 0 111110 10100 10101 100111111 110110 110111

Color Harmonies of #CA4DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4DA2

Black with #CA4DA2

Text Example


Text Example

White with #CA4DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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