Html Css Color HEX #CA479E Mulberry

📋 copy color: '#CA479E'

red 202 ◦ green 71 ◦ blue 158

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

Shades of Mulberry #CA479E

Tints of Mulberry #CA479E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.47%

 BLUE value IS 158 (62.11% from 255) = 36.66%

R = 46.87%
G = 16.47%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.22

 K value IS 0.21

RGB Variations

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

Color information

#CA479E (or 0xCA479E) is known color: Mulberry. HEX triplet: CA, 47 and 9E. RGB value is (202,71,158). Sum of RGB (Red+Green+Blue) = 202+71+158=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA479E is #35B861. Grayscale: #777777. Windows color (decimal): -3520610 or 10373066. OLE color: 10373066.

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

Color convert

RGB 202 71 158 -
CMYK 0 0.65 0.22 0.21
HSL 320.15º 0.55% 0.54% -
HSV(B) 320.15º 0.65% 0.79% -
XYZ 32.78 19.53 34.39 -
YUV 120.09 149.4 186.43 -
System Red Green Blue C M Y K H S L
Decimal 202 71 158 0 0.65 0.22 0.21 320.15 0.55 0.54
Hex CA 47 9E 0 41 16 15 140 37 36
Octal 312 107 236 0 101 26 25 500 67 66
Binary 11001010 1000111 10011110 0 1000001 10110 10101 101000000 110111 110110

Color Harmonies of #CA479E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA479E

Black with #CA479E

Text Example


Text Example

White with #CA479E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA479E; }

 p { color: rgb(202,71,158); }

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

background-color css

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

 a { background-color: rgb(202,71,158); }

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

border-color css

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

 span { border-color: rgb(202,71,158); }

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