Html Css Color HEX #CE2685 Deep Cerise

📋 copy color: '#CE2685'

red 206 ◦ green 38 ◦ blue 133

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

Shades of Deep Cerise #CE2685

Tints of Deep Cerise #CE2685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.28%

R = 54.64%
G = 10.08%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.35

 K value IS 0.19

RGB Variations

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

Color information

#CE2685 (or 0xCE2685) is known color: Deep Cerise. HEX triplet: CE, 26 and 85. RGB value is (206,38,133). Sum of RGB (Red+Green+Blue) = 206+38+133=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2685 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CE2685 is #31D97A. Grayscale: #626262. Windows color (decimal): -3266939 or 8726222. OLE color: 8726222.

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

Color convert

RGB 206 38 133 -
CMYK 0 0.82 0.35 0.19
HSL 326.07º 0.69% 0.48% -
HSV(B) 326.07º 0.82% 0.81% -
XYZ 30.38 16.2 23.72 -
YUV 99.06 147.16 204.28 -
System Red Green Blue C M Y K H S L
Decimal 206 38 133 0 0.82 0.35 0.19 326.07 0.69 0.48
Hex CE 26 85 0 52 23 13 146 45 30
Octal 316 46 205 0 122 43 23 506 105 60
Binary 11001110 100110 10000101 0 1010010 100011 10011 101000110 1000101 110000

Color Harmonies of #CE2685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2685

Black with #CE2685

Text Example


Text Example

White with #CE2685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2685; }

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

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

background-color css

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

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

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

border-color css

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

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

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