Html Css Color HEX #C25D8F Mulberry

📋 copy color: '#C25D8F'

red 194 ◦ green 93 ◦ blue 143

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

Shades of Mulberry #C25D8F

Tints of Mulberry #C25D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.26%

R = 45.12%
G = 21.63%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C25D8F (or 0xC25D8F) is known color: Mulberry. HEX triplet: C2, 5D and 8F. RGB value is (194,93,143). Sum of RGB (Red+Green+Blue) = 194+93+143=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C25D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25D8F is #3DA270. Grayscale: #808080. Windows color (decimal): -4039281 or 9395650. OLE color: 9395650.

HSL color Cylindrical-coordinate representation of color #C25D8F: hue angle of 330.3º 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 #C25D8F is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 93 143 -
CMYK 0 0.52 0.26 0.24
HSL 330.3º 0.45% 0.56% -
HSV(B) 330.3º 0.52% 0.76% -
XYZ 31.12 21.28 28.45 -
YUV 128.9 135.96 174.43 -
System Red Green Blue C M Y K H S L
Decimal 194 93 143 0 0.52 0.26 0.24 330.3 0.45 0.56
Hex C2 5D 8F 0 34 1A 18 14A 2D 38
Octal 302 135 217 0 64 32 30 512 55 70
Binary 11000010 1011101 10001111 0 110100 11010 11000 101001010 101101 111000

Color Harmonies of #C25D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25D8F

Black with #C25D8F

Text Example


Text Example

White with #C25D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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