#CF306A

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

Shades of Cerise #CF306A

Tints of Cerise #CF306A

Color information

#CF306A (or 0xCF306A) is unknown color: approx Cerise. HEX triplet: CF, 30 and 6A. RGB value is (207,48,106). Sum of RGB (Red+Green+Blue) = 207+48+106=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 48 (19.14% from 255 or 13.30% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF306A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF306A is #30CF95. Grayscale: #666666. Windows color (decimal): -3198870 or 6959311. OLE color: 6959311.

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

Color convert

RGB20748106-
CMYK00.770.490.19
HSL338.11º62.35%50%-
HSV(B)338.11º76.81%81.18%-
XYZ29.3916.4215.26-
YUV102.15130.18202.78-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.34%
GREEN value IS 48 (19.14% from 255) = 13.30%
BLUE value IS 106 (41.80% from 255) = 29.36%
R=57.34%
G=13.30%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2074810600.770.490.19338.1162.3550
HexCF306A04D31131523e32
Octal31760152011561235227662
Binary1100111111000011010100100110111000110011101010010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF306A; }

 p { color: rgb(207,48,106); }

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

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

 a { background-color: rgb(207,48,106); }

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

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

 span { border-color: rgb(207,48,106); }

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