Html Css Color HEX #CA4FA6 Mulberry

📋 copy color: '#CA4FA6'

red 202 ◦ green 79 ◦ blue 166

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

Shades of Mulberry #CA4FA6

Tints of Mulberry #CA4FA6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.67%

 BLUE value IS 166 (65.23% from 255) = 37.14%

R = 45.19%
G = 17.67%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA4FA6 (or 0xCA4FA6) is known color: Mulberry. HEX triplet: CA, 4F and A6. RGB value is (202,79,166). Sum of RGB (Red+Green+Blue) = 202+79+166=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 79 (31.25% from 255 or 17.67% from 447); Blue value is 166 (65.23% from 255 or 37.14% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4FA6 is #35B059. Grayscale: #7D7D7D. Windows color (decimal): -3518554 or 10899402. OLE color: 10899402.

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

Color convert

RGB 202 79 166 -
CMYK 0 0.61 0.18 0.21
HSL 317.56º 0.54% 0.55% -
HSV(B) 317.56º 0.61% 0.79% -
XYZ 34.04 20.9 38.32 -
YUV 125.7 150.75 182.43 -
System Red Green Blue C M Y K H S L
Decimal 202 79 166 0 0.61 0.18 0.21 317.56 0.54 0.55
Hex CA 4F A6 0 3D 12 15 13E 36 37
Octal 312 117 246 0 75 22 25 476 66 67
Binary 11001010 1001111 10100110 0 111101 10010 10101 100111110 110110 110111

Color Harmonies of #CA4FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4FA6

Black with #CA4FA6

Text Example


Text Example

White with #CA4FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4FA6; }

 p { color: rgb(202,79,166); }

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

background-color css

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

 a { background-color: rgb(202,79,166); }

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

border-color css

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

 span { border-color: rgb(202,79,166); }

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