Html Css Color HEX #C25F9C Mulberry

📋 copy color: '#C25F9C'

red 194 ◦ green 95 ◦ blue 156

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

Shades of Mulberry #C25F9C

Tints of Mulberry #C25F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 35.06%

R = 43.6%
G = 21.35%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C25F9C (or 0xC25F9C) is known color: Mulberry. HEX triplet: C2, 5F and 9C. RGB value is (194,95,156). Sum of RGB (Red+Green+Blue) = 194+95+156=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F9C is #3DA063. Grayscale: #838383. Windows color (decimal): -4038756 or 10248130. OLE color: 10248130.

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

Color convert

RGB 194 95 156 -
CMYK 0 0.51 0.20 0.24
HSL 323.03º 0.45% 0.57% -
HSV(B) 323.03º 0.51% 0.76% -
XYZ 32.34 22.05 34 -
YUV 131.56 141.8 172.54 -
System Red Green Blue C M Y K H S L
Decimal 194 95 156 0 0.51 0.20 0.24 323.03 0.45 0.57
Hex C2 5F 9C 0 33 14 18 143 2D 39
Octal 302 137 234 0 63 24 30 503 55 71
Binary 11000010 1011111 10011100 0 110011 10100 11000 101000011 101101 111001

Color Harmonies of #C25F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F9C

Black with #C25F9C

Text Example


Text Example

White with #C25F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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