Html Css Color HEX #CA418D Mulberry

📋 copy color: '#CA418D'

red 202 ◦ green 65 ◦ blue 141

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

Shades of Mulberry #CA418D

Tints of Mulberry #CA418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.93%

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

R = 49.51%
G = 15.93%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA418D (or 0xCA418D) is known color: Mulberry. HEX triplet: CA, 41 and 8D. RGB value is (202,65,141). Sum of RGB (Red+Green+Blue) = 202+65+141=408 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.51% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 202 - color contains mainly: red. Hex color #CA418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA418D is #35BE72. Grayscale: #727272. Windows color (decimal): -3522163 or 9257418. OLE color: 9257418.

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

Color convert

RGB 202 65 141 -
CMYK 0 0.68 0.30 0.21
HSL 326.72º 0.56% 0.52% -
HSV(B) 326.72º 0.68% 0.79% -
XYZ 31.06 18.26 27.09 -
YUV 114.63 142.89 190.32 -
System Red Green Blue C M Y K H S L
Decimal 202 65 141 0 0.68 0.30 0.21 326.72 0.56 0.52
Hex CA 41 8D 0 44 1E 15 147 38 34
Octal 312 101 215 0 104 36 25 507 70 64
Binary 11001010 1000001 10001101 0 1000100 11110 10101 101000111 111000 110100

Color Harmonies of #CA418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA418D

Black with #CA418D

Text Example


Text Example

White with #CA418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA418D; }

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

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

background-color css

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

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

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

border-color css

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

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

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