Html Css Color HEX #CA538F Mulberry

📋 copy color: '#CA538F'

red 202 ◦ green 83 ◦ blue 143

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

Shades of Mulberry #CA538F

Tints of Mulberry #CA538F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.39%

 BLUE value IS 143 (56.25% from 255) = 33.41%

R = 47.2%
G = 19.39%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA538F (or 0xCA538F) is known color: Mulberry. HEX triplet: CA, 53 and 8F. RGB value is (202,83,143). Sum of RGB (Red+Green+Blue) = 202+83+143=428 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.20% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 202 - color contains mainly: red. Hex color #CA538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA538F is #35AC70. Grayscale: #7D7D7D. Windows color (decimal): -3517553 or 9393098. OLE color: 9393098.

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

Color convert

RGB 202 83 143 -
CMYK 0 0.59 0.29 0.21
HSL 329.75º 0.53% 0.56% -
HSV(B) 329.75º 0.59% 0.79% -
XYZ 32.41 20.73 28.28 -
YUV 125.42 137.92 182.62 -
System Red Green Blue C M Y K H S L
Decimal 202 83 143 0 0.59 0.29 0.21 329.75 0.53 0.56
Hex CA 53 8F 0 3B 1D 15 14A 35 38
Octal 312 123 217 0 73 35 25 512 65 70
Binary 11001010 1010011 10001111 0 111011 11101 10101 101001010 110101 111000

Color Harmonies of #CA538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA538F

Black with #CA538F

Text Example


Text Example

White with #CA538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA538F; }

 p { color: rgb(202,83,143); }

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

background-color css

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

 a { background-color: rgb(202,83,143); }

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

border-color css

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

 span { border-color: rgb(202,83,143); }

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