Html Css Color HEX #CA4594 Mulberry

📋 copy color: '#CA4594'

red 202 ◦ green 69 ◦ blue 148

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

Shades of Mulberry #CA4594

Tints of Mulberry #CA4594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.47%

 BLUE value IS 148 (58.2% from 255) = 35.32%

R = 48.21%
G = 16.47%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA4594 (or 0xCA4594) is known color: Mulberry. HEX triplet: CA, 45 and 94. RGB value is (202,69,148). Sum of RGB (Red+Green+Blue) = 202+69+148=419 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.21% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4594 is #35BA6B. Grayscale: #757575. Windows color (decimal): -3521132 or 9717194. OLE color: 9717194.

HSL color Cylindrical-coordinate representation of color #CA4594: hue angle of 324.36º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CA4594 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 69 148 -
CMYK 0 0.66 0.27 0.21
HSL 324.36º 0.56% 0.53% -
HSV(B) 324.36º 0.66% 0.79% -
XYZ 31.83 18.95 30 -
YUV 117.77 145.06 188.08 -
System Red Green Blue C M Y K H S L
Decimal 202 69 148 0 0.66 0.27 0.21 324.36 0.56 0.53
Hex CA 45 94 0 42 1B 15 144 38 35
Octal 312 105 224 0 102 33 25 504 70 65
Binary 11001010 1000101 10010100 0 1000010 11011 10101 101000100 111000 110101

Color Harmonies of #CA4594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4594

Black with #CA4594

Text Example


Text Example

White with #CA4594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4594; }

 p { color: rgb(202,69,148); }

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

background-color css

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

 a { background-color: rgb(202,69,148); }

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

border-color css

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

 span { border-color: rgb(202,69,148); }

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