Html Css Color HEX #CE3E72 Cranberry

📋 copy color: '#CE3E72'

red 206 ◦ green 62 ◦ blue 114

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

Shades of Cranberry #CE3E72

Tints of Cranberry #CE3E72

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.23%

 BLUE value IS 114 (44.92% from 255) = 29.84%

R = 53.93%
G = 16.23%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE3E72 (or 0xCE3E72) is known color: Cranberry. HEX triplet: CE, 3E and 72. RGB value is (206,62,114). Sum of RGB (Red+Green+Blue) = 206+62+114=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3E72 is #31C18D. Grayscale: #6E6E6E. Windows color (decimal): -3260814 or 7487182. OLE color: 7487182.

HSL color Cylindrical-coordinate representation of color #CE3E72: hue angle of 338.33º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3E72 is Cyan = 0, Magento = 0.70, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 62 114 -
CMYK 0 0.70 0.45 0.19
HSL 338.33º 0.6% 0.53% -
HSV(B) 338.33º 0.7% 0.81% -
XYZ 30.21 17.78 17.76 -
YUV 110.98 129.71 195.77 -
System Red Green Blue C M Y K H S L
Decimal 206 62 114 0 0.70 0.45 0.19 338.33 0.6 0.53
Hex CE 3E 72 0 46 2D 13 152 3C 35
Octal 316 76 162 0 106 55 23 522 74 65
Binary 11001110 111110 1110010 0 1000110 101101 10011 101010010 111100 110101

Color Harmonies of #CE3E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3E72

Black with #CE3E72

Text Example


Text Example

White with #CE3E72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3E72; }

 p { color: rgb(206,62,114); }

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

background-color css

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

 a { background-color: rgb(206,62,114); }

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

border-color css

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

 span { border-color: rgb(206,62,114); }

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