Html Css Color HEX #C25F99 Mulberry

📋 copy color: '#C25F99'

red 194 ◦ green 95 ◦ blue 153

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

Shades of Mulberry #C25F99

Tints of Mulberry #C25F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.49%

 BLUE value IS 153 (60.16% from 255) = 34.62%

R = 43.89%
G = 21.49%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C25F99 (or 0xC25F99) is known color: Mulberry. HEX triplet: C2, 5F and 99. RGB value is (194,95,153). Sum of RGB (Red+Green+Blue) = 194+95+153=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F99 is #3DA066. Grayscale: #838383. Windows color (decimal): -4038759 or 10051522. OLE color: 10051522.

HSL color Cylindrical-coordinate representation of color #C25F99: hue angle of 324.85º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C25F99 is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 95 153 -
CMYK 0 0.51 0.21 0.24
HSL 324.85º 0.45% 0.57% -
HSV(B) 324.85º 0.51% 0.76% -
XYZ 32.09 21.95 32.68 -
YUV 131.21 140.3 172.78 -
System Red Green Blue C M Y K H S L
Decimal 194 95 153 0 0.51 0.21 0.24 324.85 0.45 0.57
Hex C2 5F 99 0 33 15 18 145 2D 39
Octal 302 137 231 0 63 25 30 505 55 71
Binary 11000010 1011111 10011001 0 110011 10101 11000 101000101 101101 111001

Color Harmonies of #C25F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F99

Black with #C25F99

Text Example


Text Example

White with #C25F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F99; }

 p { color: rgb(194,95,153); }

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

background-color css

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

 a { background-color: rgb(194,95,153); }

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

border-color css

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

 span { border-color: rgb(194,95,153); }

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