Html Css Color HEX #CE4279 Cranberry

📋 copy color: '#CE4279'

red 206 ◦ green 66 ◦ blue 121

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

Shades of Cranberry #CE4279

Tints of Cranberry #CE4279

RGB

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

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

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

R = 52.42%
G = 16.79%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE4279 (or 0xCE4279) is known color: Cranberry. HEX triplet: CE, 42 and 79. RGB value is (206,66,121). Sum of RGB (Red+Green+Blue) = 206+66+121=393 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.42% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 206 - color contains mainly: red. Hex color #CE4279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE4279 is #31BD86. Grayscale: #727272. Windows color (decimal): -3259783 or 7946958. OLE color: 7946958.

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

Color convert

RGB 206 66 121 -
CMYK 0 0.68 0.41 0.19
HSL 336.43º 0.59% 0.53% -
HSV(B) 336.43º 0.68% 0.81% -
XYZ 30.85 18.4 20.01 -
YUV 114.13 131.88 193.53 -
System Red Green Blue C M Y K H S L
Decimal 206 66 121 0 0.68 0.41 0.19 336.43 0.59 0.53
Hex CE 42 79 0 44 29 13 150 3B 35
Octal 316 102 171 0 104 51 23 520 73 65
Binary 11001110 1000010 1111001 0 1000100 101001 10011 101010000 111011 110101

Color Harmonies of #CE4279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE4279

Black with #CE4279

Text Example


Text Example

White with #CE4279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE4279; }

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

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

background-color css

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

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

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

border-color css

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

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

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