Html Css Color HEX #CE3F73 Cranberry

📋 copy color: '#CE3F73'

red 206 ◦ green 63 ◦ blue 115

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

Shades of Cranberry #CE3F73

Tints of Cranberry #CE3F73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.95%

R = 53.65%
G = 16.41%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE3F73 (or 0xCE3F73) is known color: Cranberry. HEX triplet: CE, 3F and 73. RGB value is (206,63,115). Sum of RGB (Red+Green+Blue) = 206+63+115=384 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.65% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3F73 is #31C08C. Grayscale: #6F6F6F. Windows color (decimal): -3260557 or 7552974. OLE color: 7552974.

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

Color convert

RGB 206 63 115 -
CMYK 0 0.69 0.44 0.19
HSL 338.18º 0.59% 0.53% -
HSV(B) 338.18º 0.69% 0.81% -
XYZ 30.33 17.91 18.08 -
YUV 111.69 129.88 195.27 -
System Red Green Blue C M Y K H S L
Decimal 206 63 115 0 0.69 0.44 0.19 338.18 0.59 0.53
Hex CE 3F 73 0 45 2C 13 152 3B 35
Octal 316 77 163 0 105 54 23 522 73 65
Binary 11001110 111111 1110011 0 1000101 101100 10011 101010010 111011 110101

Color Harmonies of #CE3F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3F73

Black with #CE3F73

Text Example


Text Example

White with #CE3F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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