Html Css Color HEX #C25198 Mulberry

📋 copy color: '#C25198'

red 194 ◦ green 81 ◦ blue 152

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

Shades of Mulberry #C25198

Tints of Mulberry #C25198

RGB

 RED value IS 194 (76.17% from 255) = 45.43%

 GREEN value IS 81 (32.03% from 255) = 18.97%

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

R = 45.43%
G = 18.97%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C25198 (or 0xC25198) is known color: Mulberry. HEX triplet: C2, 51 and 98. RGB value is (194,81,152). Sum of RGB (Red+Green+Blue) = 194+81+152=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 81 (32.03% from 255 or 18.97% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C25198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25198 is #3DAE67. Grayscale: #7A7A7A. Windows color (decimal): -4042344 or 9982402. OLE color: 9982402.

HSL color Cylindrical-coordinate representation of color #C25198: hue angle of 322.3º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C25198 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 81 152 -
CMYK 0 0.58 0.22 0.24
HSL 322.3º 0.48% 0.54% -
HSV(B) 322.3º 0.58% 0.76% -
XYZ 30.86 19.62 31.87 -
YUV 122.88 144.44 178.73 -
System Red Green Blue C M Y K H S L
Decimal 194 81 152 0 0.58 0.22 0.24 322.3 0.48 0.54
Hex C2 51 98 0 3A 16 18 142 30 36
Octal 302 121 230 0 72 26 30 502 60 66
Binary 11000010 1010001 10011000 0 111010 10110 11000 101000010 110000 110110

Color Harmonies of #C25198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25198

Black with #C25198

Text Example


Text Example

White with #C25198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25198; }

 p { color: rgb(194,81,152); }

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

background-color css

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

 a { background-color: rgb(194,81,152); }

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

border-color css

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

 span { border-color: rgb(194,81,152); }

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