Html Css Color HEX #CC427E Mulberry

📋 copy color: '#CC427E'

red 204 ◦ green 66 ◦ blue 126

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

Shades of Mulberry #CC427E

Tints of Mulberry #CC427E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 51.52%
G = 16.67%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CC427E (or 0xCC427E) is known color: Mulberry. HEX triplet: CC, 42 and 7E. RGB value is (204,66,126). Sum of RGB (Red+Green+Blue) = 204+66+126=396 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.52% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 204 - color contains mainly: red. Hex color #CC427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC427E is #33BD81. Grayscale: #717171. Windows color (decimal): -3390850 or 8274636. OLE color: 8274636.

HSL color Cylindrical-coordinate representation of color #CC427E: hue angle of 333.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC427E is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 66 126 -
CMYK 0 0.68 0.38 0.2
HSL 333.91º 0.58% 0.53% -
HSV(B) 333.91º 0.68% 0.8% -
XYZ 30.62 18.24 21.65 -
YUV 114.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 204 66 126 0 0.68 0.38 0.2 333.91 0.58 0.53
Hex CC 42 7E 0 44 26 14 14E 3A 35
Octal 314 102 176 0 104 46 24 516 72 65
Binary 11001100 1000010 1111110 0 1000100 100110 10100 101001110 111010 110101

Color Harmonies of #CC427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC427E

Black with #CC427E

Text Example


Text Example

White with #CC427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC427E; }

 p { color: rgb(204,66,126); }

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

background-color css

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

 a { background-color: rgb(204,66,126); }

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

border-color css

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

 span { border-color: rgb(204,66,126); }

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