Html Css Color HEX #C25398 Mulberry

📋 copy color: '#C25398'

red 194 ◦ green 83 ◦ blue 152

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

Shades of Mulberry #C25398

Tints of Mulberry #C25398

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.35%

 BLUE value IS 152 (59.77% from 255) = 35.43%

R = 45.22%
G = 19.35%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C25398 (or 0xC25398) is known color: Mulberry. HEX triplet: C2, 53 and 98. RGB value is (194,83,152). Sum of RGB (Red+Green+Blue) = 194+83+152=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 194 - color contains mainly: red. Hex color #C25398 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25398 is #3DAC67. Grayscale: #7B7B7B. Windows color (decimal): -4041832 or 9982914. OLE color: 9982914.

HSL color Cylindrical-coordinate representation of color #C25398: hue angle of 322.7º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C25398 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 83 152 -
CMYK 0 0.57 0.22 0.24
HSL 322.7º 0.48% 0.54% -
HSV(B) 322.7º 0.57% 0.76% -
XYZ 31.01 19.92 31.92 -
YUV 124.06 143.77 177.89 -
System Red Green Blue C M Y K H S L
Decimal 194 83 152 0 0.57 0.22 0.24 322.7 0.48 0.54
Hex C2 53 98 0 39 16 18 143 30 36
Octal 302 123 230 0 71 26 30 503 60 66
Binary 11000010 1010011 10011000 0 111001 10110 11000 101000011 110000 110110

Color Harmonies of #C25398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25398

Black with #C25398

Text Example


Text Example

White with #C25398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25398; }

 p { color: rgb(194,83,152); }

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

background-color css

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

 a { background-color: rgb(194,83,152); }

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

border-color css

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

 span { border-color: rgb(194,83,152); }

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