Html Css Color HEX #CA4193 Mulberry

📋 copy color: '#CA4193'

red 202 ◦ green 65 ◦ blue 147

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

Shades of Mulberry #CA4193

Tints of Mulberry #CA4193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.51%

R = 48.79%
G = 15.7%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA4193 (or 0xCA4193) is known color: Mulberry. HEX triplet: CA, 41 and 93. RGB value is (202,65,147). Sum of RGB (Red+Green+Blue) = 202+65+147=414 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.79% from 414); Green value is 65 (25.78% from 255 or 15.70% from 414); Blue value is 147 (57.81% from 255 or 35.51% from 414); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4193 is #35BE6C. Grayscale: #737373. Windows color (decimal): -3522157 or 9650634. OLE color: 9650634.

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

Color convert

RGB 202 65 147 -
CMYK 0 0.68 0.27 0.21
HSL 324.09º 0.56% 0.52% -
HSV(B) 324.09º 0.68% 0.79% -
XYZ 31.51 18.44 29.5 -
YUV 115.31 145.89 189.83 -
System Red Green Blue C M Y K H S L
Decimal 202 65 147 0 0.68 0.27 0.21 324.09 0.56 0.52
Hex CA 41 93 0 44 1B 15 144 38 34
Octal 312 101 223 0 104 33 25 504 70 64
Binary 11001010 1000001 10010011 0 1000100 11011 10101 101000100 111000 110100

Color Harmonies of #CA4193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4193

Black with #CA4193

Text Example


Text Example

White with #CA4193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4193; }

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

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

background-color css

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

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

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

border-color css

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

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

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