#CF397A

Color #CF397A Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #CF397A

Tints of Deep Cerise #CF397A

Color information

#CF397A (or 0xCF397A) is unknown color: approx Deep Cerise. HEX triplet: CF, 39 and 7A. RGB value is (207,57,122). Sum of RGB (Red+Green+Blue) = 207+57+122=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 57 (22.66% from 255 or 14.77% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF397A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF397A is #30C685. Grayscale: #6D6D6D. Windows color (decimal): -3196550 or 8010191. OLE color: 8010191.

HSL color Cylindrical-coordinate representation of color #CF397A: hue angle of 334º degrees, saturation: 0.61, 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 #CF397A is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB20757122-
CMYK00.720.410.19
HSL334º60.98%51.76%-
HSV(B)334º72.46%81.18%-
XYZ30.7117.620.19-
YUV109.26135.2197.71-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.63%
GREEN value IS 57 (22.66% from 255) = 14.77%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=53.63%
G=14.77%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075712200.720.410.1933460.9851.76
HexCF397A048291314e3d34
Octal31771172011051235167564
Binary1100111111100111110100100100010100110011101001110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF397A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF397A; }

 p { color: rgb(207,57,122); }

 H1.HeaderClassName
 {
   color: #CF397A;
 }
 .AnyTagClassName
 {
   color: #CF397A;
 }
</style>
background-color css

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

 a { background-color: rgb(207,57,122); }

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

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

 span { border-color: rgb(207,57,122); }

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