Html Css Color HEX #CA4190 Mulberry

📋 copy color: '#CA4190'

red 202 ◦ green 65 ◦ blue 144

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

Shades of Mulberry #CA4190

Tints of Mulberry #CA4190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.04%

R = 49.15%
G = 15.82%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA4190 (or 0xCA4190) is known color: Mulberry. HEX triplet: CA, 41 and 90. RGB value is (202,65,144). Sum of RGB (Red+Green+Blue) = 202+65+144=411 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.15% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4190 is #35BE6F. Grayscale: #727272. Windows color (decimal): -3522160 or 9454026. OLE color: 9454026.

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

Color convert

RGB 202 65 144 -
CMYK 0 0.68 0.29 0.21
HSL 325.4º 0.56% 0.52% -
HSV(B) 325.4º 0.68% 0.79% -
XYZ 31.28 18.35 28.28 -
YUV 114.97 144.39 190.08 -
System Red Green Blue C M Y K H S L
Decimal 202 65 144 0 0.68 0.29 0.21 325.4 0.56 0.52
Hex CA 41 90 0 44 1D 15 145 38 34
Octal 312 101 220 0 104 35 25 505 70 64
Binary 11001010 1000001 10010000 0 1000100 11101 10101 101000101 111000 110100

Color Harmonies of #CA4190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4190

Black with #CA4190

Text Example


Text Example

White with #CA4190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4190; }

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

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

background-color css

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

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

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

border-color css

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

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

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