Html Css Color HEX #CE4079 Cranberry

📋 copy color: '#CE4079'

red 206 ◦ green 64 ◦ blue 121

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

Shades of Cranberry #CE4079

Tints of Cranberry #CE4079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.37%

 BLUE value IS 121 (47.66% from 255) = 30.95%

R = 52.69%
G = 16.37%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE4079 (or 0xCE4079) is known color: Cranberry. HEX triplet: CE, 40 and 79. RGB value is (206,64,121). Sum of RGB (Red+Green+Blue) = 206+64+121=391 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.69% from 391); Green value is 64 (25.39% from 255 or 16.37% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4079 is #31BF86. Grayscale: #707070. Windows color (decimal): -3260295 or 7946446. OLE color: 7946446.

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

Color convert

RGB 206 64 121 -
CMYK 0 0.69 0.41 0.19
HSL 335.92º 0.59% 0.53% -
HSV(B) 335.92º 0.69% 0.81% -
XYZ 30.74 18.17 19.98 -
YUV 112.96 132.54 194.37 -
System Red Green Blue C M Y K H S L
Decimal 206 64 121 0 0.69 0.41 0.19 335.92 0.59 0.53
Hex CE 40 79 0 45 29 13 150 3B 35
Octal 316 100 171 0 105 51 23 520 73 65
Binary 11001110 1000000 1111001 0 1000101 101001 10011 101010000 111011 110101

Color Harmonies of #CE4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4079

Black with #CE4079

Text Example


Text Example

White with #CE4079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4079; }

 p { color: rgb(206,64,121); }

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

background-color css

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

 a { background-color: rgb(206,64,121); }

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

border-color css

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

 span { border-color: rgb(206,64,121); }

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