Html Css Color HEX #C14098 Mulberry

📋 copy color: '#C14098'

red 193 ◦ green 64 ◦ blue 152

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

Shades of Mulberry #C14098

Tints of Mulberry #C14098

RGB

 RED value IS 193 (75.78% from 255) = 47.19%

 GREEN value IS 64 (25.39% from 255) = 15.65%

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

R = 47.19%
G = 15.65%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C14098 (or 0xC14098) is known color: Mulberry. HEX triplet: C1, 40 and 98. RGB value is (193,64,152). Sum of RGB (Red+Green+Blue) = 193+64+152=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 64 (25.39% from 255 or 15.65% from 409); Blue value is 152 (59.77% from 255 or 37.16% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C14098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14098 is #3EBF67. Grayscale: #707070. Windows color (decimal): -4112232 or 9978049. OLE color: 9978049.

HSL color Cylindrical-coordinate representation of color #C14098: hue angle of 319.07º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14098 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 64 152 -
CMYK 0 0.67 0.21 0.24
HSL 319.07º 0.51% 0.5% -
HSV(B) 319.07º 0.67% 0.76% -
XYZ 29.49 17.27 31.48 -
YUV 112.6 150.24 185.34 -
System Red Green Blue C M Y K H S L
Decimal 193 64 152 0 0.67 0.21 0.24 319.07 0.51 0.5
Hex C1 40 98 0 43 15 18 13F 33 32
Octal 301 100 230 0 103 25 30 477 63 62
Binary 11000001 1000000 10011000 0 1000011 10101 11000 100111111 110011 110010

Color Harmonies of #C14098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14098

Black with #C14098

Text Example


Text Example

White with #C14098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14098; }

 p { color: rgb(193,64,152); }

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

background-color css

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

 a { background-color: rgb(193,64,152); }

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

border-color css

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

 span { border-color: rgb(193,64,152); }

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