Html Css Color HEX #CE427E Mulberry

📋 copy color: '#CE427E'

red 206 ◦ green 66 ◦ blue 126

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

Shades of Mulberry #CE427E

Tints of Mulberry #CE427E

RGB

 RED value IS 206 (80.86% from 255) = 51.76%

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

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

R = 51.76%
G = 16.58%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE427E (or 0xCE427E) is known color: Mulberry. HEX triplet: CE, 42 and 7E. RGB value is (206,66,126). Sum of RGB (Red+Green+Blue) = 206+66+126=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 126 (49.61% from 255 or 31.66% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CE427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE427E is #31BD81. Grayscale: #727272. Windows color (decimal): -3259778 or 8274638. OLE color: 8274638.

HSL color Cylindrical-coordinate representation of color #CE427E: hue angle of 334.29º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE427E is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 66 126 -
CMYK 0 0.68 0.39 0.19
HSL 334.29º 0.59% 0.53% -
HSV(B) 334.29º 0.68% 0.81% -
XYZ 31.17 18.52 21.67 -
YUV 114.7 134.38 193.12 -
System Red Green Blue C M Y K H S L
Decimal 206 66 126 0 0.68 0.39 0.19 334.29 0.59 0.53
Hex CE 42 7E 0 44 27 13 14E 3B 35
Octal 316 102 176 0 104 47 23 516 73 65
Binary 11001110 1000010 1111110 0 1000100 100111 10011 101001110 111011 110101

Color Harmonies of #CE427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE427E

Black with #CE427E

Text Example


Text Example

White with #CE427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE427E; }

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

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

background-color css

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

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

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

border-color css

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

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

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