Html Css Color HEX #CE3075 Deep Cerise

📋 copy color: '#CE3075'

red 206 ◦ green 48 ◦ blue 117

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

Shades of Deep Cerise #CE3075

Tints of Deep Cerise #CE3075

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.94%

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

R = 55.53%
G = 12.94%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE3075 (or 0xCE3075) is known color: Deep Cerise. HEX triplet: CE, 30 and 75. RGB value is (206,48,117). Sum of RGB (Red+Green+Blue) = 206+48+117=371 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.53% from 371); Green value is 48 (19.14% from 255 or 12.94% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3075 is #31CF8A. Grayscale: #666666. Windows color (decimal): -3264395 or 7680206. OLE color: 7680206.

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

Color convert

RGB 206 48 117 -
CMYK 0 0.77 0.43 0.19
HSL 333.8º 0.62% 0.5% -
HSV(B) 333.8º 0.77% 0.81% -
XYZ 29.72 16.52 18.45 -
YUV 103.11 135.85 201.39 -
System Red Green Blue C M Y K H S L
Decimal 206 48 117 0 0.77 0.43 0.19 333.8 0.62 0.5
Hex CE 30 75 0 4D 2B 13 14E 3E 32
Octal 316 60 165 0 115 53 23 516 76 62
Binary 11001110 110000 1110101 0 1001101 101011 10011 101001110 111110 110010

Color Harmonies of #CE3075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3075

Black with #CE3075

Text Example


Text Example

White with #CE3075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3075; }

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

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

background-color css

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

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

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

border-color css

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

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

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