Html Css Color HEX #CA4D94 Mulberry

📋 copy color: '#CA4D94'

red 202 ◦ green 77 ◦ blue 148

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

Shades of Mulberry #CA4D94

Tints of Mulberry #CA4D94

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.03%

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

R = 47.31%
G = 18.03%
B = 34.66%

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

#CA4D94 (or 0xCA4D94) is known color: Mulberry. HEX triplet: CA, 4D and 94. RGB value is (202,77,148). Sum of RGB (Red+Green+Blue) = 202+77+148=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4D94 is #35B26B. Grayscale: #7A7A7A. Windows color (decimal): -3519084 or 9719242. OLE color: 9719242.

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

Color convert

RGB 202 77 148 -
CMYK 0 0.62 0.27 0.21
HSL 325.92º 0.54% 0.55% -
HSV(B) 325.92º 0.62% 0.79% -
XYZ 32.36 20 30.17 -
YUV 122.47 142.41 184.73 -
System Red Green Blue C M Y K H S L
Decimal 202 77 148 0 0.62 0.27 0.21 325.92 0.54 0.55
Hex CA 4D 94 0 3E 1B 15 146 36 37
Octal 312 115 224 0 76 33 25 506 66 67
Binary 11001010 1001101 10010100 0 111110 11011 10101 101000110 110110 110111

Color Harmonies of #CA4D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4D94

Black with #CA4D94

Text Example


Text Example

White with #CA4D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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