Html Css Color HEX #CE417E Mulberry

📋 copy color: '#CE417E'

red 206 ◦ green 65 ◦ blue 126

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

Shades of Mulberry #CE417E

Tints of Mulberry #CE417E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.37%

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

R = 51.89%
G = 16.37%
B = 31.74%

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

#CE417E (or 0xCE417E) is known color: Mulberry. HEX triplet: CE, 41 and 7E. RGB value is (206,65,126). Sum of RGB (Red+Green+Blue) = 206+65+126=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CE417E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE417E is #31BE81. Grayscale: #727272. Windows color (decimal): -3260034 or 8274382. OLE color: 8274382.

HSL color Cylindrical-coordinate representation of color #CE417E: hue angle of 334.04º 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 #CE417E is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 65 126 -
CMYK 0 0.68 0.39 0.19
HSL 334.04º 0.59% 0.53% -
HSV(B) 334.04º 0.68% 0.81% -
XYZ 31.11 18.41 21.65 -
YUV 114.11 134.71 193.54 -
System Red Green Blue C M Y K H S L
Decimal 206 65 126 0 0.68 0.39 0.19 334.04 0.59 0.53
Hex CE 41 7E 0 44 27 13 14E 3B 35
Octal 316 101 176 0 104 47 23 516 73 65
Binary 11001110 1000001 1111110 0 1000100 100111 10011 101001110 111011 110101

Color Harmonies of #CE417E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE417E

Black with #CE417E

Text Example


Text Example

White with #CE417E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE417E; }

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

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

background-color css

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

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

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

border-color css

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

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

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