Html Css Color HEX #CA418B Mulberry

📋 copy color: '#CA418B'

red 202 ◦ green 65 ◦ blue 139

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

Shades of Mulberry #CA418B

Tints of Mulberry #CA418B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.24%

R = 49.75%
G = 16.01%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA418B (or 0xCA418B) is known color: Mulberry. HEX triplet: CA, 41 and 8B. RGB value is (202,65,139). Sum of RGB (Red+Green+Blue) = 202+65+139=406 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.75% from 406); Green value is 65 (25.78% from 255 or 16.01% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 202 - color contains mainly: red. Hex color #CA418B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA418B is #35BE74. Grayscale: #727272. Windows color (decimal): -3522165 or 9126346. OLE color: 9126346.

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

Color convert

RGB 202 65 139 -
CMYK 0 0.68 0.31 0.21
HSL 327.59º 0.56% 0.52% -
HSV(B) 327.59º 0.68% 0.79% -
XYZ 30.91 18.2 26.31 -
YUV 114.4 141.89 190.48 -
System Red Green Blue C M Y K H S L
Decimal 202 65 139 0 0.68 0.31 0.21 327.59 0.56 0.52
Hex CA 41 8B 0 44 1F 15 148 38 34
Octal 312 101 213 0 104 37 25 510 70 64
Binary 11001010 1000001 10001011 0 1000100 11111 10101 101001000 111000 110100

Color Harmonies of #CA418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA418B

Black with #CA418B

Text Example


Text Example

White with #CA418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA418B; }

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

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

background-color css

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

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

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

border-color css

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

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

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