Html Css Color HEX #CA428D Mulberry

📋 copy color: '#CA428D'

red 202 ◦ green 66 ◦ blue 141

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

Shades of Mulberry #CA428D

Tints of Mulberry #CA428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.14%

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

R = 49.39%
G = 16.14%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA428D (or 0xCA428D) is known color: Mulberry. HEX triplet: CA, 42 and 8D. RGB value is (202,66,141). Sum of RGB (Red+Green+Blue) = 202+66+141=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA428D is #35BD72. Grayscale: #737373. Windows color (decimal): -3521907 or 9257674. OLE color: 9257674.

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

Color convert

RGB 202 66 141 -
CMYK 0 0.67 0.30 0.21
HSL 326.91º 0.56% 0.53% -
HSV(B) 326.91º 0.67% 0.79% -
XYZ 31.11 18.38 27.11 -
YUV 115.21 142.56 189.9 -
System Red Green Blue C M Y K H S L
Decimal 202 66 141 0 0.67 0.30 0.21 326.91 0.56 0.53
Hex CA 42 8D 0 43 1E 15 147 38 35
Octal 312 102 215 0 103 36 25 507 70 65
Binary 11001010 1000010 10001101 0 1000011 11110 10101 101000111 111000 110101

Color Harmonies of #CA428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA428D

Black with #CA428D

Text Example


Text Example

White with #CA428D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA428D; }

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

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

background-color css

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

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

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

border-color css

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

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

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