Html Css Color HEX #CC3F82 Mulberry

📋 copy color: '#CC3F82'

red 204 ◦ green 63 ◦ blue 130

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

Shades of Mulberry #CC3F82

Tints of Mulberry #CC3F82

RGB

 RED value IS 204 (80.08% from 255) = 51.39%

 GREEN value IS 63 (25% from 255) = 15.87%

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

R = 51.39%
G = 15.87%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.36

 K value IS 0.2

RGB Variations

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

Color information

#CC3F82 (or 0xCC3F82) is known color: Mulberry. HEX triplet: CC, 3F and 82. RGB value is (204,63,130). Sum of RGB (Red+Green+Blue) = 204+63+130=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3F82 is #33C07D. Grayscale: #707070. Windows color (decimal): -3391614 or 8536012. OLE color: 8536012.

HSL color Cylindrical-coordinate representation of color #CC3F82: hue angle of 331.49º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC3F82 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 63 130 -
CMYK 0 0.69 0.36 0.2
HSL 331.49º 0.58% 0.52% -
HSV(B) 331.49º 0.69% 0.8% -
XYZ 30.71 18 22.98 -
YUV 112.8 137.71 193.05 -
System Red Green Blue C M Y K H S L
Decimal 204 63 130 0 0.69 0.36 0.2 331.49 0.58 0.52
Hex CC 3F 82 0 45 24 14 14B 3A 34
Octal 314 77 202 0 105 44 24 513 72 64
Binary 11001100 111111 10000010 0 1000101 100100 10100 101001011 111010 110100

Color Harmonies of #CC3F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3F82

Black with #CC3F82

Text Example


Text Example

White with #CC3F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3F82; }

 p { color: rgb(204,63,130); }

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

background-color css

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

 a { background-color: rgb(204,63,130); }

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

border-color css

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

 span { border-color: rgb(204,63,130); }

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