Html Css Color HEX #CE2675 Deep Cerise

📋 copy color: '#CE2675'

red 206 ◦ green 38 ◦ blue 117

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

Shades of Deep Cerise #CE2675

Tints of Deep Cerise #CE2675

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.53%

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

R = 57.06%
G = 10.53%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE2675 (or 0xCE2675) is known color: Deep Cerise. HEX triplet: CE, 26 and 75. RGB value is (206,38,117). Sum of RGB (Red+Green+Blue) = 206+38+117=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 117 (46.09% from 255 or 32.41% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2675 is #31D98A. Grayscale: #616161. Windows color (decimal): -3266955 or 7677646. OLE color: 7677646.

HSL color Cylindrical-coordinate representation of color #CE2675: hue angle of 331.79º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2675 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 38 117 -
CMYK 0 0.82 0.43 0.19
HSL 331.79º 0.69% 0.48% -
HSV(B) 331.79º 0.82% 0.81% -
XYZ 29.36 15.79 18.33 -
YUV 97.24 139.16 205.58 -
System Red Green Blue C M Y K H S L
Decimal 206 38 117 0 0.82 0.43 0.19 331.79 0.69 0.48
Hex CE 26 75 0 52 2B 13 14C 45 30
Octal 316 46 165 0 122 53 23 514 105 60
Binary 11001110 100110 1110101 0 1010010 101011 10011 101001100 1000101 110000

Color Harmonies of #CE2675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2675

Black with #CE2675

Text Example


Text Example

White with #CE2675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2675; }

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

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

background-color css

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

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

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

border-color css

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

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

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