Html Css Color HEX #CE3D7A Deep Cerise

📋 copy color: '#CE3D7A'

red 206 ◦ green 61 ◦ blue 122

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

Shades of Deep Cerise #CE3D7A

Tints of Deep Cerise #CE3D7A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.68%

 BLUE value IS 122 (48.05% from 255) = 31.36%

R = 52.96%
G = 15.68%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.19

RGB Variations

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

Color information

#CE3D7A (or 0xCE3D7A) is known color: Deep Cerise. HEX triplet: CE, 3D and 7A. RGB value is (206,61,122). Sum of RGB (Red+Green+Blue) = 206+61+122=389 (51% of max value = 765). Red value is 206 (80.86% from 255 or 52.96% from 389); Green value is 61 (24.22% from 255 or 15.68% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CE3D7A is #31C285. Grayscale: #6F6F6F. Windows color (decimal): -3261062 or 8011214. OLE color: 8011214.

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

Color convert

RGB 206 61 122 -
CMYK 0 0.70 0.41 0.19
HSL 334.76º 0.6% 0.52% -
HSV(B) 334.76º 0.7% 0.81% -
XYZ 30.64 17.86 20.25 -
YUV 111.31 134.04 195.54 -
System Red Green Blue C M Y K H S L
Decimal 206 61 122 0 0.70 0.41 0.19 334.76 0.6 0.52
Hex CE 3D 7A 0 46 29 13 14F 3C 34
Octal 316 75 172 0 106 51 23 517 74 64
Binary 11001110 111101 1111010 0 1000110 101001 10011 101001111 111100 110100

Color Harmonies of #CE3D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3D7A

Black with #CE3D7A

Text Example


Text Example

White with #CE3D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3D7A; }

 p { color: rgb(206,61,122); }

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

background-color css

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

 a { background-color: rgb(206,61,122); }

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

border-color css

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

 span { border-color: rgb(206,61,122); }

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