Html Css Color HEX #CC3F90 Mulberry

📋 copy color: '#CC3F90'

red 204 ◦ green 63 ◦ blue 144

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

Shades of Mulberry #CC3F90

Tints of Mulberry #CC3F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.04%

R = 49.64%
G = 15.33%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC3F90 (or 0xCC3F90) is known color: Mulberry. HEX triplet: CC, 3F and 90. RGB value is (204,63,144). Sum of RGB (Red+Green+Blue) = 204+63+144=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 144 (56.64% from 255 or 35.04% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC3F90 is #33C06F. Grayscale: #727272. Windows color (decimal): -3391600 or 9453516. OLE color: 9453516.

HSL color Cylindrical-coordinate representation of color #CC3F90: hue angle of 325.53º 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 #CC3F90 is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 63 144 -
CMYK 0 0.69 0.29 0.2
HSL 325.53º 0.58% 0.52% -
HSV(B) 325.53º 0.69% 0.8% -
XYZ 31.71 18.41 28.27 -
YUV 114.39 144.71 191.91 -
System Red Green Blue C M Y K H S L
Decimal 204 63 144 0 0.69 0.29 0.2 325.53 0.58 0.52
Hex CC 3F 90 0 45 1D 14 146 3A 34
Octal 314 77 220 0 105 35 24 506 72 64
Binary 11001100 111111 10010000 0 1000101 11101 10100 101000110 111010 110100

Color Harmonies of #CC3F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3F90

Black with #CC3F90

Text Example


Text Example

White with #CC3F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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