Html Css Color HEX #CA458D Mulberry

📋 copy color: '#CA458D'

red 202 ◦ green 69 ◦ blue 141

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

Shades of Mulberry #CA458D

Tints of Mulberry #CA458D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.75%

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 49.03%
G = 16.75%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA458D (or 0xCA458D) is known color: Mulberry. HEX triplet: CA, 45 and 8D. RGB value is (202,69,141). Sum of RGB (Red+Green+Blue) = 202+69+141=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 69 (27.34% from 255 or 16.75% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA458D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA458D is #35BA72. Grayscale: #747474. Windows color (decimal): -3521139 or 9258442. OLE color: 9258442.

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

Color convert

RGB 202 69 141 -
CMYK 0 0.66 0.30 0.21
HSL 327.52º 0.56% 0.53% -
HSV(B) 327.52º 0.66% 0.79% -
XYZ 31.29 18.74 27.17 -
YUV 116.98 141.56 188.65 -
System Red Green Blue C M Y K H S L
Decimal 202 69 141 0 0.66 0.30 0.21 327.52 0.56 0.53
Hex CA 45 8D 0 42 1E 15 148 38 35
Octal 312 105 215 0 102 36 25 510 70 65
Binary 11001010 1000101 10001101 0 1000010 11110 10101 101001000 111000 110101

Color Harmonies of #CA458D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA458D

Black with #CA458D

Text Example


Text Example

White with #CA458D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA458D; }

 p { color: rgb(202,69,141); }

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

background-color css

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

 a { background-color: rgb(202,69,141); }

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

border-color css

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

 span { border-color: rgb(202,69,141); }

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