Html Css Color HEX #C25B9F Mulberry

📋 copy color: '#C25B9F'

red 194 ◦ green 91 ◦ blue 159

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

Shades of Mulberry #C25B9F

Tints of Mulberry #C25B9F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.5%

 BLUE value IS 159 (62.5% from 255) = 35.81%

R = 43.69%
G = 20.5%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C25B9F (or 0xC25B9F) is known color: Mulberry. HEX triplet: C2, 5B and 9F. RGB value is (194,91,159). Sum of RGB (Red+Green+Blue) = 194+91+159=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25B9F is #3DA460. Grayscale: #818181. Windows color (decimal): -4039777 or 10443714. OLE color: 10443714.

HSL color Cylindrical-coordinate representation of color #C25B9F: hue angle of 320.39º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25B9F is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 91 159 -
CMYK 0 0.53 0.18 0.24
HSL 320.39º 0.46% 0.56% -
HSV(B) 320.39º 0.53% 0.76% -
XYZ 32.25 21.45 35.24 -
YUV 129.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 194 91 159 0 0.53 0.18 0.24 320.39 0.46 0.56
Hex C2 5B 9F 0 35 12 18 140 2E 38
Octal 302 133 237 0 65 22 30 500 56 70
Binary 11000010 1011011 10011111 0 110101 10010 11000 101000000 101110 111000

Color Harmonies of #C25B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25B9F

Black with #C25B9F

Text Example


Text Example

White with #C25B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25B9F; }

 p { color: rgb(194,91,159); }

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

background-color css

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

 a { background-color: rgb(194,91,159); }

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

border-color css

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

 span { border-color: rgb(194,91,159); }

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