Html Css Color HEX #C25F9F Mulberry

📋 copy color: '#C25F9F'

red 194 ◦ green 95 ◦ blue 159

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

Shades of Mulberry #C25F9F

Tints of Mulberry #C25F9F

RGB

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

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

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

R = 43.3%
G = 21.21%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#C25F9F (or 0xC25F9F) is known color: Mulberry. HEX triplet: C2, 5F and 9F. RGB value is (194,95,159). Sum of RGB (Red+Green+Blue) = 194+95+159=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F9F is #3DA060. Grayscale: #838383. Windows color (decimal): -4038753 or 10444738. OLE color: 10444738.

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

Color convert

RGB 194 95 159 -
CMYK 0 0.51 0.18 0.24
HSL 321.21º 0.45% 0.57% -
HSV(B) 321.21º 0.51% 0.76% -
XYZ 32.6 22.16 35.36 -
YUV 131.9 143.3 172.3 -
System Red Green Blue C M Y K H S L
Decimal 194 95 159 0 0.51 0.18 0.24 321.21 0.45 0.57
Hex C2 5F 9F 0 33 12 18 141 2D 39
Octal 302 137 237 0 63 22 30 501 55 71
Binary 11000010 1011111 10011111 0 110011 10010 11000 101000001 101101 111001

Color Harmonies of #C25F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F9F

Black with #C25F9F

Text Example


Text Example

White with #C25F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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