Html Css Color HEX #CA428E Mulberry

📋 copy color: '#CA428E'

red 202 ◦ green 66 ◦ blue 142

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

Shades of Mulberry #CA428E

Tints of Mulberry #CA428E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.63%

R = 49.27%
G = 16.1%
B = 34.63%

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

#CA428E (or 0xCA428E) is known color: Mulberry. HEX triplet: CA, 42 and 8E. RGB value is (202,66,142). Sum of RGB (Red+Green+Blue) = 202+66+142=410 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.27% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 202 - color contains mainly: red. Hex color #CA428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA428E is #35BD71. Grayscale: #737373. Windows color (decimal): -3521906 or 9323210. OLE color: 9323210.

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

Color convert

RGB 202 66 142 -
CMYK 0 0.67 0.30 0.21
HSL 326.47º 0.56% 0.53% -
HSV(B) 326.47º 0.67% 0.79% -
XYZ 31.19 18.41 27.5 -
YUV 115.33 143.06 189.82 -
System Red Green Blue C M Y K H S L
Decimal 202 66 142 0 0.67 0.30 0.21 326.47 0.56 0.53
Hex CA 42 8E 0 43 1E 15 146 38 35
Octal 312 102 216 0 103 36 25 506 70 65
Binary 11001010 1000010 10001110 0 1000011 11110 10101 101000110 111000 110101

Color Harmonies of #CA428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA428E

Black with #CA428E

Text Example


Text Example

White with #CA428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA428E; }

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

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

background-color css

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

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

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

border-color css

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

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

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