Html Css Color HEX #CE277F Deep Cerise

📋 copy color: '#CE277F'

red 206 ◦ green 39 ◦ blue 127

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

Shades of Deep Cerise #CE277F

Tints of Deep Cerise #CE277F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.14%

R = 55.38%
G = 10.48%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CE277F (or 0xCE277F) is known color: Deep Cerise. HEX triplet: CE, 27 and 7F. RGB value is (206,39,127). Sum of RGB (Red+Green+Blue) = 206+39+127=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 39 (15.62% from 255 or 10.48% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE277F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE277F is #31D880. Grayscale: #626262. Windows color (decimal): -3266689 or 8333262. OLE color: 8333262.

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

Color convert

RGB 206 39 127 -
CMYK 0 0.81 0.38 0.19
HSL 328.38º 0.68% 0.48% -
HSV(B) 328.38º 0.81% 0.81% -
XYZ 30.01 16.11 21.61 -
YUV 98.97 143.83 204.34 -
System Red Green Blue C M Y K H S L
Decimal 206 39 127 0 0.81 0.38 0.19 328.38 0.68 0.48
Hex CE 27 7F 0 51 26 13 148 44 30
Octal 316 47 177 0 121 46 23 510 104 60
Binary 11001110 100111 1111111 0 1010001 100110 10011 101001000 1000100 110000

Color Harmonies of #CE277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE277F

Black with #CE277F

Text Example


Text Example

White with #CE277F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE277F; }

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

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

background-color css

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

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

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

border-color css

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

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

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