Html Css Color HEX #CE3F75 Cranberry

📋 copy color: '#CE3F75'

red 206 ◦ green 63 ◦ blue 117

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

Shades of Cranberry #CE3F75

Tints of Cranberry #CE3F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.31%

R = 53.37%
G = 16.32%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE3F75 (or 0xCE3F75) is known color: Cranberry. HEX triplet: CE, 3F and 75. RGB value is (206,63,117). Sum of RGB (Red+Green+Blue) = 206+63+117=386 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.37% from 386); Green value is 63 (25% from 255 or 16.32% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3F75 is #31C08A. Grayscale: #6F6F6F. Windows color (decimal): -3260555 or 7684046. OLE color: 7684046.

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

Color convert

RGB 206 63 117 -
CMYK 0 0.69 0.43 0.19
HSL 337.34º 0.59% 0.53% -
HSV(B) 337.34º 0.69% 0.81% -
XYZ 30.44 17.96 18.69 -
YUV 111.91 130.88 195.11 -
System Red Green Blue C M Y K H S L
Decimal 206 63 117 0 0.69 0.43 0.19 337.34 0.59 0.53
Hex CE 3F 75 0 45 2B 13 151 3B 35
Octal 316 77 165 0 105 53 23 521 73 65
Binary 11001110 111111 1110101 0 1000101 101011 10011 101010001 111011 110101

Color Harmonies of #CE3F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3F75

Black with #CE3F75

Text Example


Text Example

White with #CE3F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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