#CF357E

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

Shades of Deep Cerise #CF357E

Tints of Deep Cerise #CF357E

Color information

#CF357E (or 0xCF357E) is unknown color: approx Deep Cerise. HEX triplet: CF, 35 and 7E. RGB value is (207,53,126). Sum of RGB (Red+Green+Blue) = 207+53+126=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF357E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF357E is #30CA81. Grayscale: #6B6B6B. Windows color (decimal): -3197570 or 8271311. OLE color: 8271311.

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

Color convert

RGB20753126-
CMYK00.740.390.19
HSL331.56º61.6%50.98%-
HSV(B)331.56º74.4%81.18%-
XYZ30.7717.3221.46-
YUV107.37138.52199.06-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.63%
GREEN value IS 53 (21.09% from 255) = 13.73%
BLUE value IS 126 (49.61% from 255) = 32.64%
R=53.63%
G=13.73%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075312600.740.390.19331.5661.650.98
HexCF357E04A271314c3e33
Octal31765176011247235147663
Binary1100111111010111111100100101010011110011101001100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF357E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF357E; }

 p { color: rgb(207,53,126); }

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

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

 a { background-color: rgb(207,53,126); }

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

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

 span { border-color: rgb(207,53,126); }

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