Html Css Color HEX #CA41A6 Mulberry

📋 copy color: '#CA41A6'

red 202 ◦ green 65 ◦ blue 166

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

Shades of Mulberry #CA41A6

Tints of Mulberry #CA41A6

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.01%

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

R = 46.65%
G = 15.01%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#CA41A6 (or 0xCA41A6) is known color: Mulberry. HEX triplet: CA, 41 and A6. RGB value is (202,65,166). Sum of RGB (Red+Green+Blue) = 202+65+166=433 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.65% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 166 (65.23% from 255 or 38.34% from 433); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA41A6 is #35BE59. Grayscale: #757575. Windows color (decimal): -3522138 or 10895818. OLE color: 10895818.

HSL color Cylindrical-coordinate representation of color #CA41A6: hue angle of 315.77º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA41A6 is Cyan = 0, Magento = 0.68, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 65 166 -
CMYK 0 0.68 0.18 0.21
HSL 315.77º 0.56% 0.52% -
HSV(B) 315.77º 0.68% 0.79% -
XYZ 33.13 19.09 38.02 -
YUV 117.48 155.39 188.29 -
System Red Green Blue C M Y K H S L
Decimal 202 65 166 0 0.68 0.18 0.21 315.77 0.56 0.52
Hex CA 41 A6 0 44 12 15 13C 38 34
Octal 312 101 246 0 104 22 25 474 70 64
Binary 11001010 1000001 10100110 0 1000100 10010 10101 100111100 111000 110100

Color Harmonies of #CA41A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA41A6

Black with #CA41A6

Text Example


Text Example

White with #CA41A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA41A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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