Html Css Color HEX #CE3F5E Cerise

📋 copy color: '#CE3F5E'

red 206 ◦ green 63 ◦ blue 94

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

Shades of Cerise #CE3F5E

Tints of Cerise #CE3F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.9%

R = 56.75%
G = 17.36%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CE3F5E (or 0xCE3F5E) is known color: Cerise. HEX triplet: CE, 3F and 5E. RGB value is (206,63,94). Sum of RGB (Red+Green+Blue) = 206+63+94=363 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.75% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3F5E is #31C0A1. Grayscale: #6D6D6D. Windows color (decimal): -3260578 or 6176718. OLE color: 6176718.

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

Color convert

RGB 206 63 94 -
CMYK 0 0.69 0.54 0.19
HSL 346.99º 0.59% 0.53% -
HSV(B) 346.99º 0.69% 0.81% -
XYZ 29.25 17.48 12.42 -
YUV 109.29 119.38 196.98 -
System Red Green Blue C M Y K H S L
Decimal 206 63 94 0 0.69 0.54 0.19 346.99 0.59 0.53
Hex CE 3F 5E 0 45 36 13 15B 3B 35
Octal 316 77 136 0 105 66 23 533 73 65
Binary 11001110 111111 1011110 0 1000101 110110 10011 101011011 111011 110101

Color Harmonies of #CE3F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3F5E

Black with #CE3F5E

Text Example


Text Example

White with #CE3F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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