Html Css Color HEX #CE2775 Deep Cerise

📋 copy color: '#CE2775'

red 206 ◦ green 39 ◦ blue 117

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

Shades of Deep Cerise #CE2775

Tints of Deep Cerise #CE2775

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.77%

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

R = 56.91%
G = 10.77%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE2775 (or 0xCE2775) is known color: Deep Cerise. HEX triplet: CE, 27 and 75. RGB value is (206,39,117). Sum of RGB (Red+Green+Blue) = 206+39+117=362 (47% of max value = 765). Red value is 206 (80.86% from 255 or 56.91% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE2775 is #31D88A. Grayscale: #616161. Windows color (decimal): -3266699 or 7677902. OLE color: 7677902.

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

Color convert

RGB 206 39 117 -
CMYK 0 0.81 0.43 0.19
HSL 331.98º 0.68% 0.48% -
HSV(B) 331.98º 0.81% 0.81% -
XYZ 29.39 15.86 18.34 -
YUV 97.83 138.83 205.16 -
System Red Green Blue C M Y K H S L
Decimal 206 39 117 0 0.81 0.43 0.19 331.98 0.68 0.48
Hex CE 27 75 0 51 2B 13 14C 44 30
Octal 316 47 165 0 121 53 23 514 104 60
Binary 11001110 100111 1110101 0 1010001 101011 10011 101001100 1000100 110000

Color Harmonies of #CE2775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2775

Black with #CE2775

Text Example


Text Example

White with #CE2775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2775; }

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

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

background-color css

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

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

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

border-color css

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

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

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