Html Css Color HEX #CE3A6C Cerise

📋 copy color: '#CE3A6C'

red 206 ◦ green 58 ◦ blue 108

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

Shades of Cerise #CE3A6C

Tints of Cerise #CE3A6C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.59%

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 55.38%
G = 15.59%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CE3A6C (or 0xCE3A6C) is known color: Cerise. HEX triplet: CE, 3A and 6C. RGB value is (206,58,108). Sum of RGB (Red+Green+Blue) = 206+58+108=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3A6C is #31C593. Grayscale: #6B6B6B. Windows color (decimal): -3261844 or 7092942. OLE color: 7092942.

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

Color convert

RGB 206 58 108 -
CMYK 0 0.72 0.48 0.19
HSL 339.73º 0.6% 0.52% -
HSV(B) 339.73º 0.72% 0.81% -
XYZ 29.67 17.23 15.95 -
YUV 107.95 128.03 197.93 -
System Red Green Blue C M Y K H S L
Decimal 206 58 108 0 0.72 0.48 0.19 339.73 0.6 0.52
Hex CE 3A 6C 0 48 30 13 154 3C 34
Octal 316 72 154 0 110 60 23 524 74 64
Binary 11001110 111010 1101100 0 1001000 110000 10011 101010100 111100 110100

Color Harmonies of #CE3A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3A6C

Black with #CE3A6C

Text Example


Text Example

White with #CE3A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3A6C; }

 p { color: rgb(206,58,108); }

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

background-color css

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

 a { background-color: rgb(206,58,108); }

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

border-color css

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

 span { border-color: rgb(206,58,108); }

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