Html Css Color HEX #CE3B75 Deep Cerise

📋 copy color: '#CE3B75'

red 206 ◦ green 59 ◦ blue 117

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

Shades of Deep Cerise #CE3B75

Tints of Deep Cerise #CE3B75

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.45%

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

R = 53.93%
G = 15.45%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE3B75 (or 0xCE3B75) is known color: Deep Cerise. HEX triplet: CE, 3B and 75. RGB value is (206,59,117). Sum of RGB (Red+Green+Blue) = 206+59+117=382 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.93% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3B75 is #31C48A. Grayscale: #6D6D6D. Windows color (decimal): -3261579 or 7683022. OLE color: 7683022.

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

Color convert

RGB 206 59 117 -
CMYK 0 0.71 0.43 0.19
HSL 336.33º 0.6% 0.52% -
HSV(B) 336.33º 0.71% 0.81% -
XYZ 30.23 17.53 18.62 -
YUV 109.57 132.2 196.78 -
System Red Green Blue C M Y K H S L
Decimal 206 59 117 0 0.71 0.43 0.19 336.33 0.6 0.52
Hex CE 3B 75 0 47 2B 13 150 3C 34
Octal 316 73 165 0 107 53 23 520 74 64
Binary 11001110 111011 1110101 0 1000111 101011 10011 101010000 111100 110100

Color Harmonies of #CE3B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3B75

Black with #CE3B75

Text Example


Text Example

White with #CE3B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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