Html Css Color HEX #C25D8B Mulberry

📋 copy color: '#C25D8B'

red 194 ◦ green 93 ◦ blue 139

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

Shades of Mulberry #C25D8B

Tints of Mulberry #C25D8B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.83%

 BLUE value IS 139 (54.69% from 255) = 32.63%

R = 45.54%
G = 21.83%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C25D8B (or 0xC25D8B) is known color: Mulberry. HEX triplet: C2, 5D and 8B. RGB value is (194,93,139). Sum of RGB (Red+Green+Blue) = 194+93+139=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 93 (36.72% from 255 or 21.83% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25D8B is #3DA274. Grayscale: #808080. Windows color (decimal): -4039285 or 9133506. OLE color: 9133506.

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

Color convert

RGB 194 93 139 -
CMYK 0 0.52 0.28 0.24
HSL 332.67º 0.45% 0.56% -
HSV(B) 332.67º 0.52% 0.76% -
XYZ 30.82 21.16 26.89 -
YUV 128.44 133.96 174.76 -
System Red Green Blue C M Y K H S L
Decimal 194 93 139 0 0.52 0.28 0.24 332.67 0.45 0.56
Hex C2 5D 8B 0 34 1C 18 14D 2D 38
Octal 302 135 213 0 64 34 30 515 55 70
Binary 11000010 1011101 10001011 0 110100 11100 11000 101001101 101101 111000

Color Harmonies of #C25D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D8B

Black with #C25D8B

Text Example


Text Example

White with #C25D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D8B; }

 p { color: rgb(194,93,139); }

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

background-color css

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

 a { background-color: rgb(194,93,139); }

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

border-color css

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

 span { border-color: rgb(194,93,139); }

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