Html Css Color HEX #C04282 Mulberry

📋 copy color: '#C04282'

red 192 ◦ green 66 ◦ blue 130

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

Shades of Mulberry #C04282

Tints of Mulberry #C04282

RGB

 RED value IS 192 (75.39% from 255) = 49.48%

 GREEN value IS 66 (26.17% from 255) = 17.01%

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 49.48%
G = 17.01%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C04282 (or 0xC04282) is known color: Mulberry. HEX triplet: C0, 42 and 82. RGB value is (192,66,130). Sum of RGB (Red+Green+Blue) = 192+66+130=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C04282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04282 is #3FBD7D. Grayscale: #6E6E6E. Windows color (decimal): -4177278 or 8536768. OLE color: 8536768.

HSL color Cylindrical-coordinate representation of color #C04282: hue angle of 329.52º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C04282 is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 130 -
CMYK 0 0.66 0.32 0.25
HSL 329.52º 0.5% 0.51% -
HSV(B) 329.52º 0.66% 0.75% -
XYZ 27.72 16.71 22.88 -
YUV 110.97 138.74 185.8 -
System Red Green Blue C M Y K H S L
Decimal 192 66 130 0 0.66 0.32 0.25 329.52 0.5 0.51
Hex C0 42 82 0 42 20 19 14A 32 33
Octal 300 102 202 0 102 40 31 512 62 63
Binary 11000000 1000010 10000010 0 1000010 100000 11001 101001010 110010 110011

Color Harmonies of #C04282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04282

Black with #C04282

Text Example


Text Example

White with #C04282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04282; }

 p { color: rgb(192,66,130); }

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

background-color css

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

 a { background-color: rgb(192,66,130); }

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

border-color css

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

 span { border-color: rgb(192,66,130); }

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