Html Css Color HEX #CA448D Mulberry

📋 copy color: '#CA448D'

red 202 ◦ green 68 ◦ blue 141

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

Shades of Mulberry #CA448D

Tints of Mulberry #CA448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.55%

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

R = 49.15%
G = 16.55%
B = 34.31%

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

#CA448D (or 0xCA448D) is known color: Mulberry. HEX triplet: CA, 44 and 8D. RGB value is (202,68,141). Sum of RGB (Red+Green+Blue) = 202+68+141=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA448D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA448D is #35BB72. Grayscale: #747474. Windows color (decimal): -3521395 or 9258186. OLE color: 9258186.

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

Color convert

RGB 202 68 141 -
CMYK 0 0.66 0.30 0.21
HSL 327.31º 0.56% 0.53% -
HSV(B) 327.31º 0.66% 0.79% -
XYZ 31.23 18.61 27.15 -
YUV 116.39 141.89 189.06 -
System Red Green Blue C M Y K H S L
Decimal 202 68 141 0 0.66 0.30 0.21 327.31 0.56 0.53
Hex CA 44 8D 0 42 1E 15 147 38 35
Octal 312 104 215 0 102 36 25 507 70 65
Binary 11001010 1000100 10001101 0 1000010 11110 10101 101000111 111000 110101

Color Harmonies of #CA448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA448D

Black with #CA448D

Text Example


Text Example

White with #CA448D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA448D; }

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

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

background-color css

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

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

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

border-color css

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

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

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