Html Css Color HEX #CA4D98 Mulberry

📋 copy color: '#CA4D98'

red 202 ◦ green 77 ◦ blue 152

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

Shades of Mulberry #CA4D98

Tints of Mulberry #CA4D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.27%

R = 46.87%
G = 17.87%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#CA4D98 (or 0xCA4D98) is known color: Mulberry. HEX triplet: CA, 4D and 98. RGB value is (202,77,152). Sum of RGB (Red+Green+Blue) = 202+77+152=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 77 (30.47% from 255 or 17.87% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA4D98 is #35B267. Grayscale: #7A7A7A. Windows color (decimal): -3519080 or 9981386. OLE color: 9981386.

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

Color convert

RGB 202 77 152 -
CMYK 0 0.62 0.25 0.21
HSL 324º 0.54% 0.55% -
HSV(B) 324º 0.62% 0.79% -
XYZ 32.68 20.13 31.87 -
YUV 122.93 144.41 184.4 -
System Red Green Blue C M Y K H S L
Decimal 202 77 152 0 0.62 0.25 0.21 324 0.54 0.55
Hex CA 4D 98 0 3E 19 15 144 36 37
Octal 312 115 230 0 76 31 25 504 66 67
Binary 11001010 1001101 10011000 0 111110 11001 10101 101000100 110110 110111

Color Harmonies of #CA4D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4D98

Black with #CA4D98

Text Example


Text Example

White with #CA4D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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