Html Css Color HEX #CA4B9F Mulberry

📋 copy color: '#CA4B9F'

red 202 ◦ green 75 ◦ blue 159

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

Shades of Mulberry #CA4B9F

Tints of Mulberry #CA4B9F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.2%

 BLUE value IS 159 (62.5% from 255) = 36.47%

R = 46.33%
G = 17.2%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.21

RGB Variations

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

Color information

#CA4B9F (or 0xCA4B9F) is known color: Mulberry. HEX triplet: CA, 4B and 9F. RGB value is (202,75,159). Sum of RGB (Red+Green+Blue) = 202+75+159=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 75 (29.69% from 255 or 17.20% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4B9F is #35B460. Grayscale: #7A7A7A. Windows color (decimal): -3519585 or 10439626. OLE color: 10439626.

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

Color convert

RGB 202 75 159 -
CMYK 0 0.63 0.21 0.21
HSL 320.32º 0.55% 0.54% -
HSV(B) 320.32º 0.63% 0.79% -
XYZ 33.13 20.09 34.93 -
YUV 122.55 148.58 184.67 -
System Red Green Blue C M Y K H S L
Decimal 202 75 159 0 0.63 0.21 0.21 320.32 0.55 0.54
Hex CA 4B 9F 0 3F 15 15 140 37 36
Octal 312 113 237 0 77 25 25 500 67 66
Binary 11001010 1001011 10011111 0 111111 10101 10101 101000000 110111 110110

Color Harmonies of #CA4B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4B9F

Black with #CA4B9F

Text Example


Text Example

White with #CA4B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4B9F; }

 p { color: rgb(202,75,159); }

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

background-color css

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

 a { background-color: rgb(202,75,159); }

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

border-color css

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

 span { border-color: rgb(202,75,159); }

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