Html Css Color HEX #CE3F79 Cranberry

📋 copy color: '#CE3F79'

red 206 ◦ green 63 ◦ blue 121

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

Shades of Cranberry #CE3F79

Tints of Cranberry #CE3F79

RGB

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

 GREEN value IS 63 (25% from 255) = 16.15%

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

R = 52.82%
G = 16.15%
B = 31.03%

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

#CE3F79 (or 0xCE3F79) is known color: Cranberry. HEX triplet: CE, 3F and 79. RGB value is (206,63,121). Sum of RGB (Red+Green+Blue) = 206+63+121=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3F79 is #31C086. Grayscale: #707070. Windows color (decimal): -3260551 or 7946190. OLE color: 7946190.

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

Color convert

RGB 206 63 121 -
CMYK 0 0.69 0.41 0.19
HSL 335.66º 0.59% 0.53% -
HSV(B) 335.66º 0.69% 0.81% -
XYZ 30.68 18.06 19.96 -
YUV 112.37 132.88 194.78 -
System Red Green Blue C M Y K H S L
Decimal 206 63 121 0 0.69 0.41 0.19 335.66 0.59 0.53
Hex CE 3F 79 0 45 29 13 150 3B 35
Octal 316 77 171 0 105 51 23 520 73 65
Binary 11001110 111111 1111001 0 1000101 101001 10011 101010000 111011 110101

Color Harmonies of #CE3F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3F79

Black with #CE3F79

Text Example


Text Example

White with #CE3F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3F79; }

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

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

background-color css

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

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

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

border-color css

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

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

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