Html Css Color HEX #CE3B7D Deep Cerise

📋 copy color: '#CE3B7D'

red 206 ◦ green 59 ◦ blue 125

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

Shades of Deep Cerise #CE3B7D

Tints of Deep Cerise #CE3B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.05%

R = 52.82%
G = 15.13%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE3B7D (or 0xCE3B7D) is known color: Deep Cerise. HEX triplet: CE, 3B and 7D. RGB value is (206,59,125). Sum of RGB (Red+Green+Blue) = 206+59+125=390 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.82% from 390); Green value is 59 (23.44% from 255 or 15.13% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3B7D is #31C482. Grayscale: #6E6E6E. Windows color (decimal): -3261571 or 8207310. OLE color: 8207310.

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

Color convert

RGB 206 59 125 -
CMYK 0 0.71 0.39 0.19
HSL 333.06º 0.6% 0.52% -
HSV(B) 333.06º 0.71% 0.81% -
XYZ 30.72 17.73 21.21 -
YUV 110.48 136.2 196.13 -
System Red Green Blue C M Y K H S L
Decimal 206 59 125 0 0.71 0.39 0.19 333.06 0.6 0.52
Hex CE 3B 7D 0 47 27 13 14D 3C 34
Octal 316 73 175 0 107 47 23 515 74 64
Binary 11001110 111011 1111101 0 1000111 100111 10011 101001101 111100 110100

Color Harmonies of #CE3B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3B7D

Black with #CE3B7D

Text Example


Text Example

White with #CE3B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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