Html Css Color HEX #C25F9B Mulberry

📋 copy color: '#C25F9B'

red 194 ◦ green 95 ◦ blue 155

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

Shades of Mulberry #C25F9B

Tints of Mulberry #C25F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.91%

R = 43.69%
G = 21.4%
B = 34.91%

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

#C25F9B (or 0xC25F9B) is known color: Mulberry. HEX triplet: C2, 5F and 9B. RGB value is (194,95,155). Sum of RGB (Red+Green+Blue) = 194+95+155=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C25F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25F9B is #3DA064. Grayscale: #838383. Windows color (decimal): -4038757 or 10182594. OLE color: 10182594.

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

Color convert

RGB 194 95 155 -
CMYK 0 0.51 0.20 0.24
HSL 323.64º 0.45% 0.57% -
HSV(B) 323.64º 0.51% 0.76% -
XYZ 32.26 22.02 33.56 -
YUV 131.44 141.3 172.62 -
System Red Green Blue C M Y K H S L
Decimal 194 95 155 0 0.51 0.20 0.24 323.64 0.45 0.57
Hex C2 5F 9B 0 33 14 18 144 2D 39
Octal 302 137 233 0 63 24 30 504 55 71
Binary 11000010 1011111 10011011 0 110011 10100 11000 101000100 101101 111001

Color Harmonies of #C25F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25F9B

Black with #C25F9B

Text Example


Text Example

White with #C25F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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