Html Css Color HEX #CA4C94 Mulberry

📋 copy color: '#CA4C94'

red 202 ◦ green 76 ◦ blue 148

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

Shades of Mulberry #CA4C94

Tints of Mulberry #CA4C94

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.84%

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

R = 47.42%
G = 17.84%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CA4C94 (or 0xCA4C94) is known color: Mulberry. HEX triplet: CA, 4C and 94. RGB value is (202,76,148). Sum of RGB (Red+Green+Blue) = 202+76+148=426 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.42% from 426); Green value is 76 (30.08% from 255 or 17.84% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA4C94 is #35B36B. Grayscale: #797979. Windows color (decimal): -3519340 or 9718986. OLE color: 9718986.

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

Color convert

RGB 202 76 148 -
CMYK 0 0.62 0.27 0.21
HSL 325.71º 0.54% 0.55% -
HSV(B) 325.71º 0.62% 0.79% -
XYZ 32.29 19.86 30.15 -
YUV 121.88 142.74 185.15 -
System Red Green Blue C M Y K H S L
Decimal 202 76 148 0 0.62 0.27 0.21 325.71 0.54 0.55
Hex CA 4C 94 0 3E 1B 15 146 36 37
Octal 312 114 224 0 76 33 25 506 66 67
Binary 11001010 1001100 10010100 0 111110 11011 10101 101000110 110110 110111

Color Harmonies of #CA4C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4C94

Black with #CA4C94

Text Example


Text Example

White with #CA4C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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