Html Css Color HEX #CA4FA5 Mulberry

📋 copy color: '#CA4FA5'

red 202 ◦ green 79 ◦ blue 165

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

Shades of Mulberry #CA4FA5

Tints of Mulberry #CA4FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37%

R = 45.29%
G = 17.71%
B = 37%

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

#CA4FA5 (or 0xCA4FA5) is known color: Mulberry. HEX triplet: CA, 4F and A5. RGB value is (202,79,165). Sum of RGB (Red+Green+Blue) = 202+79+165=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 79 (31.25% from 255 or 17.71% from 446); Blue value is 165 (64.84% from 255 or 37.00% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4FA5 is #35B05A. Grayscale: #7D7D7D. Windows color (decimal): -3518555 or 10833866. OLE color: 10833866.

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

Color convert

RGB 202 79 165 -
CMYK 0 0.61 0.18 0.21
HSL 318.05º 0.54% 0.55% -
HSV(B) 318.05º 0.61% 0.79% -
XYZ 33.94 20.87 37.84 -
YUV 125.58 150.25 182.51 -
System Red Green Blue C M Y K H S L
Decimal 202 79 165 0 0.61 0.18 0.21 318.05 0.54 0.55
Hex CA 4F A5 0 3D 12 15 13E 36 37
Octal 312 117 245 0 75 22 25 476 66 67
Binary 11001010 1001111 10100101 0 111101 10010 10101 100111110 110110 110111

Color Harmonies of #CA4FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4FA5

Black with #CA4FA5

Text Example


Text Example

White with #CA4FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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