Html Css Color HEX #CA418C Mulberry

📋 copy color: '#CA418C'

red 202 ◦ green 65 ◦ blue 140

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

Shades of Mulberry #CA418C

Tints of Mulberry #CA418C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.4%

R = 49.63%
G = 15.97%
B = 34.4%

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

#CA418C (or 0xCA418C) is known color: Mulberry. HEX triplet: CA, 41 and 8C. RGB value is (202,65,140). Sum of RGB (Red+Green+Blue) = 202+65+140=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA418C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA418C is #35BE73. Grayscale: #727272. Windows color (decimal): -3522164 or 9191882. OLE color: 9191882.

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

Color convert

RGB 202 65 140 -
CMYK 0 0.68 0.31 0.21
HSL 327.15º 0.56% 0.52% -
HSV(B) 327.15º 0.68% 0.79% -
XYZ 30.98 18.23 26.7 -
YUV 114.51 142.39 190.4 -
System Red Green Blue C M Y K H S L
Decimal 202 65 140 0 0.68 0.31 0.21 327.15 0.56 0.52
Hex CA 41 8C 0 44 1F 15 147 38 34
Octal 312 101 214 0 104 37 25 507 70 64
Binary 11001010 1000001 10001100 0 1000100 11111 10101 101000111 111000 110100

Color Harmonies of #CA418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA418C

Black with #CA418C

Text Example


Text Example

White with #CA418C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA418C; }

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

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

background-color css

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

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

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

border-color css

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

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

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