Html Css Color HEX #CE3F7E Deep Cerise

📋 copy color: '#CE3F7E'

red 206 ◦ green 63 ◦ blue 126

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

Shades of Deep Cerise #CE3F7E

Tints of Deep Cerise #CE3F7E

RGB

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

 GREEN value IS 63 (25% from 255) = 15.95%

 BLUE value IS 126 (49.61% from 255) = 31.9%

R = 52.15%
G = 15.95%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CE3F7E (or 0xCE3F7E) is known color: Deep Cerise. HEX triplet: CE, 3F and 7E. RGB value is (206,63,126). Sum of RGB (Red+Green+Blue) = 206+63+126=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3F7E is #31C081. Grayscale: #707070. Windows color (decimal): -3260546 or 8273870. OLE color: 8273870.

HSL color Cylindrical-coordinate representation of color #CE3F7E: hue angle of 333.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE3F7E is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 63 126 -
CMYK 0 0.69 0.39 0.19
HSL 333.57º 0.59% 0.53% -
HSV(B) 333.57º 0.69% 0.81% -
XYZ 31 18.18 21.61 -
YUV 112.94 135.38 194.38 -
System Red Green Blue C M Y K H S L
Decimal 206 63 126 0 0.69 0.39 0.19 333.57 0.59 0.53
Hex CE 3F 7E 0 45 27 13 14E 3B 35
Octal 316 77 176 0 105 47 23 516 73 65
Binary 11001110 111111 1111110 0 1000101 100111 10011 101001110 111011 110101

Color Harmonies of #CE3F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3F7E

Black with #CE3F7E

Text Example


Text Example

White with #CE3F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3F7E; }

 p { color: rgb(206,63,126); }

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

background-color css

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

 a { background-color: rgb(206,63,126); }

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

border-color css

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

 span { border-color: rgb(206,63,126); }

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