Html Css Color HEX #CA418A Mulberry

📋 copy color: '#CA418A'

red 202 ◦ green 65 ◦ blue 138

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

Shades of Mulberry #CA418A

Tints of Mulberry #CA418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.07%

R = 49.88%
G = 16.05%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA418A (or 0xCA418A) is known color: Mulberry. HEX triplet: CA, 41 and 8A. RGB value is (202,65,138). Sum of RGB (Red+Green+Blue) = 202+65+138=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA418A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA418A is #35BE75. Grayscale: #727272. Windows color (decimal): -3522166 or 9060810. OLE color: 9060810.

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

Color convert

RGB 202 65 138 -
CMYK 0 0.68 0.32 0.21
HSL 328.03º 0.56% 0.52% -
HSV(B) 328.03º 0.68% 0.79% -
XYZ 30.83 18.17 25.93 -
YUV 114.29 141.39 190.56 -
System Red Green Blue C M Y K H S L
Decimal 202 65 138 0 0.68 0.32 0.21 328.03 0.56 0.52
Hex CA 41 8A 0 44 20 15 148 38 34
Octal 312 101 212 0 104 40 25 510 70 64
Binary 11001010 1000001 10001010 0 1000100 100000 10101 101001000 111000 110100

Color Harmonies of #CA418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA418A

Black with #CA418A

Text Example


Text Example

White with #CA418A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA418A; }

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

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

background-color css

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

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

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

border-color css

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

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

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